Searched refs:phyPath (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 424 const FString phyPath = phyPrefix + filePath;
in EnumerateItems2() local 425 if (!FindFile_KeepDots(fi, phyPath FOLLOW_LINK_PARAM))
in EnumerateItems2() 427 RINOK(AddError(phyPath))
in EnumerateItems2() 431 requestedPaths->Add(phyPath);
in EnumerateItems2() 448 RINOK(AddSecurityItem(phyPath, secureIndex))
in EnumerateItems2() 525 const FString &phyPath, // with (fi.Name), without tail slash for folders
in EnumerateAltStreams() 533 NFind::CStreamEnumerator enumerator(phyPath);
in EnumerateAltStreams() 540 return dirItems.AddError(phyPath + FTEXT(":*")); // , (DWORD)E_FAIL
in EnumerateAltStreams() 1221 const FString phyPath = GetPhyPath(i);
in FillFixedReparse() local 1224 if (fi.Fill_From_ByHandleFileInfo(phyPath)) // ite in FillFixedReparse() 521 EnumerateAltStreams( const NFind::CFileInfo &fi, const NWildcard::CCensorNode &curNode, const int phyParent, const int logParent, const FString &phyPath, const UStringVector &addParts, bool addAllSubStreams, CDirItems &dirItems) EnumerateAltStreams() argument 1274 const FString phyPath = GetPhyPath(i); FillFixedReparse() local 1352 const FString phyPath = GetPhyPath(i); FillDeviceSizes() local [all...] |
H A D | Update.cpp | 1464 const FString phyPath = dirItems.GetPhyPath(i);
in UpdateArchive() local 1465 if (phyPath == path)
in UpdateArchive() 1789 const FString phyPath = dirItems.GetPhyPath(i);
in UpdateArchive() local 1794 pair.SetNumSlashes(phyPath);
in UpdateArchive() 1807 if (fileInfo.Find(phyPath, !options.SymLinks.Val))
in UpdateArchive() 1823 RINOK(callback->DeletingAfterArchiving(phyPath, false))
in UpdateArchive() 1824 DeleteFileAlways(phyPath);
in UpdateArchive() 1834 errorInfo.FileNames.Add(phyPath);
in UpdateArchive() 1845 const FString phyPath = dirItems.GetPhyPath(pairs[i].Index);
in UpdateArchive() local 1846 if (NFind::DoesDirExist(phyPath))
in UpdateArchive() [all...] |
H A D | UpdateCallback.cpp | 398 const FString phyPath = DirItems->GetPhyPath((unsigned)up.DirIndex);
in GetProperty() local 400 if (NDir::MyGetFullPathName(phyPath, fullPath))
in GetProperty()
|
H A D | HashCalc.cpp | 561 const FString phyPath = dirItems.GetPhyPath(i);
in HashCalc() local 562 if (!inStreamSpec->OpenShared(phyPath, options.OpenShareForWrite))
in HashCalc() 564 HRESULT res = callback->OpenFileError(phyPath, ::GetLastError());
in HashCalc()
|
Completed in 8 milliseconds