Home
last modified time | relevance | path

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

/reactos/boot/environ/app/bootmgr/
H A Defiemu.c95 _In_ PWCHAR NewPathString, in EfiInitpAppendPathString() argument
114 if (NewPathString[(NewPathLength - sizeof(WCHAR)) / sizeof(WCHAR)] == in EfiInitpAppendPathString()
125 if (*NewPathString == OBJ_NAME_PATH_SEPARATOR) in EfiInitpAppendPathString()
128 NewPathString++; in EfiInitpAppendPathString()
136 if (NewPathString[(NewPathLength - sizeof(WCHAR)) / sizeof(WCHAR)] == in EfiInitpAppendPathString()
157 RtlCopyMemory(PathString + 1, NewPathString, NewPathLength); in EfiInitpAppendPathString()