Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c1998 IN CONST CHAR16 *BasePath, in CreateAndPopulateShellFileInfo() argument
2039 if (BasePath != NULL) { in CreateAndPopulateShellFileInfo()
2041 TempString = StrnCatGrow(&TempString, &Size, BasePath, 0); in CreateAndPopulateShellFileInfo()
2096 CHAR16 *BasePath; in EfiShellFindFilesInDir() local
2100 BasePath = NULL; in EfiShellFindFilesInDir()
2101 Status = FileHandleGetFileName(FileDirHandle, &BasePath); in EfiShellFindFilesInDir()
2111 SHELL_FREE_NON_NULL(BasePath); in EfiShellFindFilesInDir()
2120 TempString = StrnCatGrow(&TempString, &Size, BasePath, 0); in EfiShellFindFilesInDir()
2122 SHELL_FREE_NON_NULL(BasePath); in EfiShellFindFilesInDir()
2125 SHELL_FREE_NON_NULL(BasePath); in EfiShellFindFilesInDir()
[all …]
DShellProtocol.h573 IN CONST CHAR16 *BasePath,