HomeSort by relevance Sort by last modified time
    Searched refs:CleanFilePathStr (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Cp.c 310 CHAR16 *CleanFilePathStr;
322 CleanFilePathStr = NULL;
328 Status = ShellLevel2StripQuotes (DestDir, &CleanFilePathStr);
337 ASSERT (CleanFilePathStr != NULL);
342 if (EFI_ERROR(ShellIsDirectory(CleanFilePathStr)) && FileList->Link.ForwardLink != FileList->Link.BackLink) {
346 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_NOT_DIR), gShellLevel2HiiHandle, L"cp", CleanFilePathStr);
347 FreePool (CleanFilePathStr);
361 NewSize = StrSize(CleanFilePathStr);
373 FreePool (CleanFilePathStr);
380 if (!EFI_ERROR(ShellIsDirectory(Node->FullName)) && EFI_ERROR(ShellIsDirectory(CleanFilePathStr))) {
    [all...]
Mv.c 475 CHAR16 *CleanFilePathStr;
485 CleanFilePathStr = NULL;
495 Status = ShellLevel2StripQuotes (DestParameter, &CleanFilePathStr);
505 ASSERT (CleanFilePathStr != NULL);
510 ShellStatus = GetDestinationLocation(CleanFilePathStr, &DestPath, FullCwd, (BOOLEAN)(FileList->Link.ForwardLink == FileList->Link.BackLink), &Attr);
511 FreePool (CleanFilePathStr);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c     [all...]

Completed in 83 milliseconds