Lines Matching refs:phyPath
1464 const FString phyPath = dirItems.GetPhyPath(i);
1465 if (phyPath == path)
1789 const FString phyPath = dirItems.GetPhyPath(i);
1794 pair.SetNumSlashes(phyPath);
1807 if (fileInfo.Find(phyPath, !options.SymLinks.Val))
1823 RINOK(callback->DeletingAfterArchiving(phyPath, false))
1824 DeleteFileAlways(phyPath);
1834 errorInfo.FileNames.Add(phyPath);
1845 const FString phyPath = dirItems.GetPhyPath(pairs[i].Index);
1846 if (NFind::DoesDirExist(phyPath))
1848 RINOK(callback->DeletingAfterArchiving(phyPath, true))
1849 RemoveDir(phyPath);