Lines Matching refs:FullName
30 IN CONST CHAR16 *FullName, in IsBetweenFileSystem() argument
39 Test = StrStr(FullName, L":"); in IsBetweenFileSystem()
50 Result = StringNoCaseCompare(&FullName, &DestPath); in IsBetweenFileSystem()
321 if (ShellIsDirectory(Node->FullName)==EFI_SUCCESS || SingleSource) { in GetDestinationLocation()
322 DestPath = AllocateZeroPool(StrSize(Node->FullName)+sizeof(CHAR16)); in GetDestinationLocation()
327 StrCpyS(DestPath, (StrSize(Node->FullName)+sizeof(CHAR16)) / sizeof(CHAR16), Node->FullName); in GetDestinationLocation()
328 StrCatS(DestPath, (StrSize(Node->FullName)+sizeof(CHAR16)) / sizeof(CHAR16), L"\\"); in GetDestinationLocation()
366 ShellStatus = CopySingleFile (Node->FullName, DestPath, Resp, TRUE, L"mv"); in MoveBetweenFileSystems()
613 ASSERT(Node->FullName != NULL); in ValidateAndMoveFiles()
632 …if (!IsValidMove(Node->FullName, FullCwd, FullDestPath!=NULL? FullDestPath:DestPath, Node->Info->A… in ValidateAndMoveFiles()
637 ShellPrintEx(-1, -1, HiiOutput, Node->FullName, FullDestPath!=NULL? FullDestPath:DestPath); in ValidateAndMoveFiles()
673 if (IsBetweenFileSystem(Node->FullName, FullCwd, DestPath)) { in ValidateAndMoveFiles()