Searched defs:BasePath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c1770 @param[in] BasePath the Path to prepend onto filename for FullPath
1783 IN CONST CHAR16 *BasePath,
1825 if (BasePath != NULL) {
1827 TempString = StrnCatGrow(&TempString, &Size, BasePath, 0);
1880 CHAR16 *BasePath; local
1884 Status = FileHandleGetFileName(FileDirHandle, &BasePath);
1902 TempString = StrnCatGrow(&TempString, &Size, BasePath, 0);
1906 BasePath = TempString;
1926 TempString = StrnCatGrow(&TempString, &Size, BasePath, 0);
1929 BasePath,
1782 CreateAndPopulateShellFileInfo( IN CONST CHAR16 *BasePath, IN CONST EFI_STATUS Status, IN CONST CHAR16 *FullName, IN CONST CHAR16 *FileName, IN CONST SHELL_FILE_HANDLE Handle, IN CONST EFI_FILE_INFO *Info ) argument
1964 UpdateFileName( IN CONST CHAR16 *BasePath, IN OUT CHAR16 **Path ) argument
[all...]

Completed in 49 milliseconds