Home
last modified time | relevance | path

Searched refs:path_us (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/rtl/
H A Dactctx.c3351 UNICODE_STRING path_us; in lookup_winsxs() local
3369 if (!RtlDosPathNameToNtPathName_U( path, &path_us, NULL, NULL )) in lookup_winsxs()
3379 attr.ObjectName = &path_us; in lookup_winsxs()
3392 RtlFreeUnicodeString( &path_us ); in lookup_winsxs()
3397 if (!(path = RtlReAllocateHeap( GetProcessHeap(), 0, path_us.Buffer, in lookup_winsxs()
3401 RtlFreeUnicodeString( &path_us ); in lookup_winsxs()
3405 path[path_us.Length/sizeof(WCHAR)] = '\\'; in lookup_winsxs()
3406 wcscpy( path + path_us.Length/sizeof(WCHAR) + 1, file ); in lookup_winsxs()
3407 RtlInitUnicodeString( &path_us, path ); in lookup_winsxs()
3410 if (!open_nt_file( &handle, &path_us )) in lookup_winsxs()
[all …]