Lines Matching refs:FString

33 static bool FindFile_KeepDots(NFile::NFind::CFileInfo &fi, const FString &path, bool followLink)

96 HRESULT CDirItems::AddError(const FString &path, DWORD errorCode)
106 HRESULT CDirItems::AddError(const FString &path)
113 HRESULT CDirItems::ScanProgress(const FString &dirPath)
144 FString CDirItems::GetPhyPath(unsigned index) const
202 HRESULT CDirItems::AddSecurityItem(const FString &path, int &secureIndex)
259 HRESULT CDirItems::EnumerateOneDir(const FString &phyPrefix, CObjectVector<NFind::CFileInfo> &files)
310 const FString path = phyPrefix + de.Name;
333 HRESULT CDirItems::EnumerateDir(int phyParent, int logParent, const FString &phyPrefix)
350 const FString path = phyPrefix + di.Name;
380 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR;
407 const FString &phyPrefix,
422 const FString &filePath = filePaths[i];
424 const FString phyPath = phyPrefix + filePath;
434 FString phyPrefixCur;
464 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR;
480 const FString &phyPrefix,
499 const int phyParent, const int logParent, const FString &curFolderName,
500 const FString &phyPrefix, // without (curFolderName)
505 const FString name2 = curFolderName + FCHAR_PATH_SEPARATOR;
525 const FString &phyPath, // with (fi.Name), without tail slash for folders
573 const FString &phyPrefix)
585 const FString path = phyPrefix + fi.Name;
606 const int phyParent, const int logParent, const FString &phyPrefix,
775 static bool IsVirtualFsFolder(const FString &prefix, const UString &name)
790 const int phyParent, const int logParent, const FString &phyPrefix,
819 FString fullPath = phyPrefix + us2fs(name);
1000 FString fullPath = phyPrefix + us2fs(nextNode.Name);
1083 FString driveName = driveStrings[i];
1117 const FString path = phyPrefix + di.Name;
1141 const FString path = phyPrefix + di.Name;
1221 const FString phyPath = GetPhyPath(i);
1274 const FString phyPath = GetPhyPath(i);
1300 FString fullPathF;
1352 const FString phyPath = GetPhyPath(i);
1527 FString fullPath;
1568 const FString path (us2fs(prefix + name));