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.c1889 IN CONST CHAR16 *BasePath, in CreateAndPopulateShellFileInfo() argument
1930 if (BasePath != NULL) { in CreateAndPopulateShellFileInfo()
1932 TempString = StrnCatGrow(&TempString, &Size, BasePath, 0); in CreateAndPopulateShellFileInfo()
1987 CHAR16 *BasePath; in EfiShellFindFilesInDir() local
1991 BasePath = NULL; in EfiShellFindFilesInDir()
1992 Status = FileHandleGetFileName(FileDirHandle, &BasePath); in EfiShellFindFilesInDir()
2002 SHELL_FREE_NON_NULL(BasePath); in EfiShellFindFilesInDir()
2011 TempString = StrnCatGrow(&TempString, &Size, BasePath, 0); in EfiShellFindFilesInDir()
2013 SHELL_FREE_NON_NULL(BasePath); in EfiShellFindFilesInDir()
2016 SHELL_FREE_NON_NULL(BasePath); in EfiShellFindFilesInDir()
[all …]
DShellProtocol.h567 IN CONST CHAR16 *BasePath,