Home
last modified time | relevance | path

Searched refs:DirectoryName (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DLs.c31 CHAR16 *DirectoryName; in PrintSfoVolumeInfoTableEntry() local
46DirectoryName = GetFullyQualifiedPath(((EFI_SHELL_FILE_INFO *)GetFirstNode(&TheList->Link))->FullN… in PrintSfoVolumeInfoTableEntry()
52 DirectoryName, in PrintSfoVolumeInfoTableEntry()
58 FreePool(DirectoryName); in PrintSfoVolumeInfoTableEntry()
268 CHAR16 *DirectoryName; in PrintNonSfoHeader() local
273 DirectoryName = GetFullyQualifiedPath(Path); in PrintNonSfoHeader()
275 if (DirectoryName != NULL) { in PrintNonSfoHeader()
285 DirectoryName in PrintNonSfoHeader()
288 SHELL_FREE_NON_NULL(DirectoryName); in PrintNonSfoHeader()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
DGuidChk.c140 INT8 *DirectoryName
146 INT8 *DirectoryName,
638 INT8 *DirectoryName in ProcessDirectory() argument
651 if (DirectoryName != NULL) { in ProcessDirectory()
672 if (DirectoryName != NULL) { in ProcessDirectory()
674 if (_stricmp (SLPtr->Str, DirectoryName) == 0) { in ProcessDirectory()
688 if (DirectoryName != NULL) { in ProcessDirectory()
689 Len += strlen (DirectoryName); in ProcessDirectory()
701 if ((DirectoryName != NULL) && (strlen (DirectoryName) > 0)) { in ProcessDirectory()
703 strcat (FileMask, DirectoryName); in ProcessDirectory()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c3041 CHAR16 *DirectoryName; in EfiShellSetCurDir() local
3048 DirectoryName = NULL; in EfiShellSetCurDir()
3058 DirectoryName = StrnCatGrow(&DirectoryName, NULL, Dir, 0); in EfiShellSetCurDir()
3059 ASSERT(DirectoryName != NULL); in EfiShellSetCurDir()
3061 PathCleanUpDirectories(DirectoryName); in EfiShellSetCurDir()
3067 if (StrStr(DirectoryName, L":") != NULL) { in EfiShellSetCurDir()
3069 …MapName = StrnCatGrow(&MapName, NULL, DirectoryName, (StrStr(DirectoryName, L":")-DirectoryName+1)… in EfiShellSetCurDir()
3089 FreePool (DirectoryName); in EfiShellSetCurDir()
3097 …if (MapListItem->CurrentDirectoryPath != NULL && DirectoryName[StrLen(DirectoryName) - 1] != L':')… in EfiShellSetCurDir()
3103 if (TempLen != StrLen(DirectoryName)) { in EfiShellSetCurDir()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h195 IN CONST CHAR16 *DirectoryName,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c797 IN CONST CHAR16 *DirectoryName, in ShellCreateDirectory() argument
805 return (gEfiShellProtocol->CreateFile(DirectoryName, in ShellCreateDirectory()
810 return (ShellOpenFileByName(DirectoryName, in ShellCreateDirectory()
/device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
DWinNtThunk.h535 LPCTSTR DirectoryName,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
DWinNtThunk.h542 LPCTSTR DirectoryName,