Home
last modified time | relevance | path

Searched refs:phyPath (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp1390 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()
[all …]
DHashCalc.cpp275 FString phyPath = dirItems.GetPhyPath(i); in HashCalc() local
276 if (!inStreamSpec->OpenShared(phyPath, options.OpenShareForWrite)) in HashCalc()
278 HRESULT res = callback->OpenFileError(phyPath, ::GetLastError()); in HashCalc()
DEnumDirItems.cpp267 const FString phyPath = phyPrefix + filePath; in EnumerateItems2() local
268 if (!fi.Find(phyPath)) in EnumerateItems2()
270 RINOK(AddError(phyPath)); in EnumerateItems2()
274 requestedPaths->Add(phyPath); in EnumerateItems2()
289 RINOK(AddSecurityItem(phyPath, secureIndex)); in EnumerateItems2()
DUpdateCallback.cpp358 const FString phyPath = DirItems->GetPhyPath(up.DirIndex); in GetProperty() local
360 if (NDir::MyGetFullPathName(phyPath, fullPath)) in GetProperty()