Lines Matching refs:phyPath
1390 const FString phyPath = dirItems.GetPhyPath(i); in UpdateArchive() local
1391 if (phyPath == path) in UpdateArchive()
1650 const FString phyPath = dirItems.GetPhyPath(i); in UpdateArchive() local
1655 pair.SetNumSlashes(phyPath); in UpdateArchive()
1663 if (fileInfo.Find(phyPath)) in UpdateArchive()
1670 RINOK(callback->DeletingAfterArchiving(phyPath, false)); in UpdateArchive()
1671 DeleteFileAlways(phyPath); in UpdateArchive()
1692 const FString phyPath = dirItems.GetPhyPath(pairs[i].Index); in UpdateArchive() local
1693 if (NFind::DoesDirExist(phyPath)) in UpdateArchive()
1695 RINOK(callback->DeletingAfterArchiving(phyPath, true)); in UpdateArchive()
1696 RemoveDir(phyPath); in UpdateArchive()