Home
last modified time | relevance | path

Searched refs:CurrentDirectoryPath (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c188 SHELL_FREE_NON_NULL(MapListNode->CurrentDirectoryPath); in EfiShellSetMap()
2993 PathToReturn = StrnCatGrow(&PathToReturn, &Size, MapListItem->CurrentDirectoryPath, 0); in EfiShellGetCurDir()
3097 …if (MapListItem->CurrentDirectoryPath != NULL && DirectoryName[StrLen(DirectoryName) - 1] != L':')… in EfiShellSetCurDir()
3098 FreePool(MapListItem->CurrentDirectoryPath); in EfiShellSetCurDir()
3099 MapListItem->CurrentDirectoryPath = NULL; in EfiShellSetCurDir()
3104 …ASSERT((MapListItem->CurrentDirectoryPath == NULL && Size == 0) || (MapListItem->CurrentDirectoryP… in EfiShellSetCurDir()
3105 …MapListItem->CurrentDirectoryPath = StrnCatGrow(&MapListItem->CurrentDirectoryPath, &Size, Directo… in EfiShellSetCurDir()
3109 …ASSERT((MapListItem->CurrentDirectoryPath == NULL && Size == 0) || (MapListItem->CurrentDirectoryP… in EfiShellSetCurDir()
3110 …MapListItem->CurrentDirectoryPath = StrnCatGrow(&MapListItem->CurrentDirectoryPath, &Size, Directo… in EfiShellSetCurDir()
3112CurrentDirectoryPath != NULL && MapListItem->CurrentDirectoryPath[StrLen(MapListItem->CurrentDirec… in EfiShellSetCurDir()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h45 CHAR16 *CurrentDirectoryPath; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c219 SHELL_FREE_NON_NULL(MapNode->CurrentDirectoryPath); in ShellCommandLibDestructor()
1293 SHELL_FREE_NON_NULL(MapListNode->CurrentDirectoryPath); in ShellCommandCreateInitialMappingsAndPaths()