Lines Matching refs:CurrentDirectoryPath
188 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()
3112 …CurrentDirectoryPath != NULL && MapListItem->CurrentDirectoryPath[StrLen(MapListItem->CurrentDirec… in EfiShellSetCurDir()
3113 …ASSERT((MapListItem->CurrentDirectoryPath == NULL && Size == 0) || (MapListItem->CurrentDirectoryP… in EfiShellSetCurDir()
3114 if (MapListItem->CurrentDirectoryPath != NULL) { in EfiShellSetCurDir()
3115 MapListItem->CurrentDirectoryPath[StrLen(MapListItem->CurrentDirectoryPath)-1] = CHAR_NULL; in EfiShellSetCurDir()
3140 if (MapListItem->CurrentDirectoryPath != NULL) { in EfiShellSetCurDir()
3141 FreePool(MapListItem->CurrentDirectoryPath); in EfiShellSetCurDir()
3142 DEBUG_CODE(MapListItem->CurrentDirectoryPath = NULL;); in EfiShellSetCurDir()
3146 …ASSERT((MapListItem->CurrentDirectoryPath == NULL && Size == 0) || (MapListItem->CurrentDirectoryP… in EfiShellSetCurDir()
3147 …MapListItem->CurrentDirectoryPath = StrnCatGrow(&MapListItem->CurrentDirectoryPath, &Size, L"\\", … in EfiShellSetCurDir()
3148 …ASSERT((MapListItem->CurrentDirectoryPath == NULL && Size == 0) || (MapListItem->CurrentDirectoryP… in EfiShellSetCurDir()
3149 …MapListItem->CurrentDirectoryPath = StrnCatGrow(&MapListItem->CurrentDirectoryPath, &Size, Directo… in EfiShellSetCurDir()
3150 …if (MapListItem->CurrentDirectoryPath != NULL && MapListItem->CurrentDirectoryPath[StrLen(MapListI… in EfiShellSetCurDir()
3151 …ASSERT((MapListItem->CurrentDirectoryPath == NULL && Size == 0) || (MapListItem->CurrentDirectoryP… in EfiShellSetCurDir()
3152 MapListItem->CurrentDirectoryPath[StrLen(MapListItem->CurrentDirectoryPath)-1] = CHAR_NULL; in EfiShellSetCurDir()
3165 StrnCatGrow(&TempString, &Size, MapListItem->CurrentDirectoryPath, 0); in EfiShellSetCurDir()