Home
last modified time | relevance | path

Searched refs:DestPath (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DMv.c32 IN CONST CHAR16 *DestPath in IsBetweenFileSystem() argument
43 Test1 = StrStr(DestPath, L":"); in IsBetweenFileSystem()
50 Result = StringNoCaseCompare(&FullName, &DestPath); in IsBetweenFileSystem()
151 IN CONST CHAR16 *DestPath, in IsValidMove() argument
181 DestPathCopy = AllocateCopyPool(StrSize(DestPath), DestPath); in IsValidMove()
241 CHAR16 *DestPath; in GetDestinationLocation() local
246 DestPath = NULL; in GetDestinationLocation()
254 DestPath = AllocateZeroPool(StrSize(Cwd)); in GetDestinationLocation()
255 if (DestPath == NULL) { in GetDestinationLocation()
258 StrCpyS(DestPath, StrSize(Cwd) / sizeof(CHAR16), Cwd); in GetDestinationLocation()
[all …]
DCp.c305 CHAR16 *DestPath; in ValidateAndCopyFiles() local
318 DestPath = NULL; in ValidateAndCopyFiles()
392 DestPath = AllocateZeroPool(PathSize); in ValidateAndCopyFiles()
394 if (DestPath == NULL || HiiOutput == NULL || HiiResultOk == NULL) { in ValidateAndCopyFiles()
395 SHELL_FREE_NON_NULL(DestPath); in ValidateAndCopyFiles()
430 StrCpyS(DestPath, PathSize / sizeof(CHAR16), Cwd); in ValidateAndCopyFiles()
431 StrCatS(DestPath, PathSize / sizeof(CHAR16), L"\\"); in ValidateAndCopyFiles()
437 if (DestPath[StrLen(DestPath)-1] != L'\\' && CleanFilePathStr[0] != L'\\') { in ValidateAndCopyFiles()
438 StrCatS(DestPath, PathSize / sizeof(CHAR16), L"\\"); in ValidateAndCopyFiles()
439 } else if (DestPath[StrLen(DestPath)-1] == L'\\' && CleanFilePathStr[0] == L'\\') { in ValidateAndCopyFiles()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DBuildEngine.py250 DestPath = self.DestFileList[0].Dir
255 DestPath = ""
270 "d_path" : DestPath,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFfsInfStatement.py427 DestPath = os.path.dirname(DestFile)
440 "${d_path}" : DestPath,