Searched refs:phyPath (Results 1 – 4 of 4) sorted by relevance
292 UString phyPath = dirItems.GetPhyPath(i); in HashCalc() local293 if (!inStreamSpec->OpenShared(us2fs(phyPath), options.OpenShareForWrite)) in HashCalc()295 HRESULT res = callback->OpenFileError(phyPath, ::GetLastError()); in HashCalc()
213 const FString phyPath = phyPrefix + filePath; in EnumerateItems2() local214 if (!fi.Find(phyPath)) in EnumerateItems2()216 AddError(phyPath); in EnumerateItems2()220 requestedPaths->Add(phyPath); in EnumerateItems2()234 AddSecurityItem(phyPath, secureIndex); in EnumerateItems2()
1438 FString phyPath = us2fs(dirItems.GetPhyPath(i)); in UpdateArchive() local1443 pair.Len = GetNumSlashes(phyPath); in UpdateArchive()1450 DeleteFileAlways(phyPath); in UpdateArchive()1468 FString phyPath = us2fs(dirItems.GetPhyPath(pairs[i].Index)); in UpdateArchive() local1469 if (NFind::DoesDirExist(phyPath)) in UpdateArchive()1472 RemoveDir(phyPath); in UpdateArchive()
339 const UString phyPath = DirItems->GetPhyPath(up.DirIndex); in GetProperty() local341 if (NDir::MyGetFullPathName(us2fs(phyPath), fullPath)) in GetProperty()