Searched refs:CleanFilePathStr (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Cp.c | 310 CHAR16 *CleanFilePathStr; in ValidateAndCopyFiles() local 322 CleanFilePathStr = NULL; in ValidateAndCopyFiles() 328 Status = ShellLevel2StripQuotes (DestDir, &CleanFilePathStr); in ValidateAndCopyFiles() 337 ASSERT (CleanFilePathStr != NULL); in ValidateAndCopyFiles() 342 …if (EFI_ERROR(ShellIsDirectory(CleanFilePathStr)) && FileList->Link.ForwardLink != FileList->Link.… in ValidateAndCopyFiles() 346 …iEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_NOT_DIR), gShellLevel2HiiHandle, L"cp", CleanFilePathStr); in ValidateAndCopyFiles() 347 FreePool (CleanFilePathStr); in ValidateAndCopyFiles() 361 NewSize = StrSize(CleanFilePathStr); in ValidateAndCopyFiles() 373 FreePool (CleanFilePathStr); in ValidateAndCopyFiles() 380 …if (!EFI_ERROR(ShellIsDirectory(Node->FullName)) && EFI_ERROR(ShellIsDirectory(CleanFilePathStr)))… in ValidateAndCopyFiles() [all …]
|
D | Mv.c | 537 CHAR16 *CleanFilePathStr; in ValidateAndMoveFiles() local 547 CleanFilePathStr = NULL; in ValidateAndMoveFiles() 560 Status = ShellLevel2StripQuotes (DestParameter, &CleanFilePathStr); in ValidateAndMoveFiles() 570 ASSERT (CleanFilePathStr != NULL); in ValidateAndMoveFiles() 575 …ShellStatus = GetDestinationLocation(CleanFilePathStr, &DestPath, FullCwd, (BOOLEAN)(FileList->Lin… in ValidateAndMoveFiles() 576 FreePool (CleanFilePathStr); in ValidateAndMoveFiles()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/ |
D | UefiShellLib.c | 1545 CHAR16 *CleanFilePathStr; in ShellOpenFileMetaArg() local 1553 CleanFilePathStr = NULL; in ShellOpenFileMetaArg() 1555 Status = InternalShellStripQuotes (Arg, &CleanFilePathStr); in ShellOpenFileMetaArg() 1567 FreePool(CleanFilePathStr); in ShellOpenFileMetaArg() 1572 Status = gEfiShellProtocol->OpenFileList(CleanFilePathStr, in ShellOpenFileMetaArg() 1582 FreePool(CleanFilePathStr); in ShellOpenFileMetaArg() 1586 FreePool(CleanFilePathStr); in ShellOpenFileMetaArg() 1602 Status = mEfiShellEnvironment2->FileMetaArg(CleanFilePathStr, &mOldStyleFileList); in ShellOpenFileMetaArg() 1605 FreePool(CleanFilePathStr); in ShellOpenFileMetaArg() 1612 FreePool(CleanFilePathStr); in ShellOpenFileMetaArg() [all …]
|