Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp292 UString phyPath = dirItems.GetPhyPath(i); in HashCalc() local
293 if (!inStreamSpec->OpenShared(us2fs(phyPath), options.OpenShareForWrite)) in HashCalc()
295 HRESULT res = callback->OpenFileError(phyPath, ::GetLastError()); in HashCalc()
DEnumDirItems.cpp213 const FString phyPath = phyPrefix + filePath; in EnumerateItems2() local
214 if (!fi.Find(phyPath)) in EnumerateItems2()
216 AddError(phyPath); in EnumerateItems2()
220 requestedPaths->Add(phyPath); in EnumerateItems2()
234 AddSecurityItem(phyPath, secureIndex); in EnumerateItems2()
DUpdate.cpp1438 FString phyPath = us2fs(dirItems.GetPhyPath(i)); in UpdateArchive() local
1443 pair.Len = GetNumSlashes(phyPath); in UpdateArchive()
1450 DeleteFileAlways(phyPath); in UpdateArchive()
1468 FString phyPath = us2fs(dirItems.GetPhyPath(pairs[i].Index)); in UpdateArchive() local
1469 if (NFind::DoesDirExist(phyPath)) in UpdateArchive()
1472 RemoveDir(phyPath); in UpdateArchive()
DUpdateCallback.cpp339 const UString phyPath = DirItems->GetPhyPath(up.DirIndex); in GetProperty() local
341 if (NDir::MyGetFullPathName(us2fs(phyPath), fullPath)) in GetProperty()