Searched refs:FullCwd (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMv.c470 CHAR16 *FullCwd; local
487 FullCwd = AllocateZeroPool(StrSize(Cwd) + sizeof(CHAR16));
488 if (FullCwd == NULL) {
491 StrCpyS(FullCwd, StrSize(Cwd)/sizeof(CHAR16)+1, Cwd);
492 StrCatS(FullCwd, StrSize(Cwd)/sizeof(CHAR16)+1, L"\\");
497 FreePool (FullCwd);
510 ShellStatus = GetDestinationLocation(CleanFilePathStr, &DestPath, FullCwd, (BOOLEAN)(FileList->Link.ForwardLink == FileList->Link.BackLink), &Attr);
514 FreePool (FullCwd);
519 FreePool (FullCwd);
529 FreePool (FullCwd);
[all...]
H A DCp.c650 CHAR16 *FullCwd; local
719 FullCwd = AllocateZeroPool(StrSize(Cwd) + sizeof(CHAR16));
720 ASSERT (FullCwd != NULL);
721 StrCpyS(FullCwd, StrSize(Cwd)/sizeof(CHAR16)+1, Cwd);
722 ShellStatus = ProcessValidateAndCopyFiles(FileList, FullCwd, SilentMode, RecursiveMode);
723 FreePool(FullCwd);

Completed in 17 milliseconds