HomeSort by relevance Sort by last modified time
    Searched refs:phyPath (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
HashCalc.cpp 292 UString phyPath = dirItems.GetPhyPath(i);
293 if (!inStreamSpec->OpenShared(us2fs(phyPath), options.OpenShareForWrite))
295 HRESULT res = callback->OpenFileError(phyPath, ::GetLastError());
EnumDirItems.cpp 213 const FString phyPath = phyPrefix + filePath;
214 if (!fi.Find(phyPath))
216 AddError(phyPath);
220 requestedPaths->Add(phyPath);
234 AddSecurityItem(phyPath, secureIndex);
Update.cpp     [all...]
UpdateCallback.cpp 339 const UString phyPath = DirItems->GetPhyPath(up.DirIndex);
341 if (NDir::MyGetFullPathName(us2fs(phyPath), fullPath))

Completed in 1843 milliseconds