Searched refs:CorrectedPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DLs.c57 CHAR16 *CorrectedPath; local
66 CorrectedPath = NULL;
68 CorrectedPath = StrnCatGrow(&CorrectedPath, NULL, Path, 0);
69 ASSERT(CorrectedPath != NULL);
70 PathCleanUpDirectories(CorrectedPath);
72 Status = ShellOpenFileMetaArg((CHAR16*)CorrectedPath, EFI_FILE_MODE_READ, &ListHead);
191 DirectoryName = GetFullyQualifiedPath(CorrectedPath);
383 FreePool(CorrectedPath);

Completed in 43 milliseconds