Searched defs:FullPath (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
H A D | Vol.c | 211 CHAR16 *FullPath; local 221 FullPath = NULL; 278 StrnCatGrow(&FullPath, &Length, PathName, 0); 279 StrnCatGrow(&FullPath, &Length, L":\\", 0); 293 FullPath, 302 SHELL_FREE_NON_NULL(FullPath);
|
H A D | Ls.c | 418 CHAR16 *FullPath; local 424 FullPath = NULL; 530 ASSERT((FullPath == NULL && Size == 0) || (FullPath != NULL)); 531 StrnCatGrow(&FullPath, &Size, PathName, 0); 533 StrnCatGrow(&FullPath, &Size, L"\\*", 0); 537 ASSERT(FullPath == NULL); 538 StrnCatGrow(&FullPath, NULL, L"*", 0); 552 FullPath, 569 if (FullPath ! [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Utility/ |
H A D | Path.c | 251 It is the caller's responsibility to free() FullPath and MapPath when they 255 @param[out] FullPath 273 OUT wchar_t **FullPath, 354 *FullPath = WPath; 271 ParsePath( IN const char *path, OUT wchar_t **FullPath, OUT DeviceNode **DevNode, OUT int *Which, OUT wchar_t **MapPath ) argument
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | dbghelp.h | 623 PWCHAR FullPath; member in struct:_MINIDUMP_MODULE_CALLBACK
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | dbghelp.h | 563 PWCHAR FullPath; member in struct:_MINIDUMP_MODULE_CALLBACK
|
Completed in 611 milliseconds