Lines Matching refs:phyPath
424 const FString phyPath = phyPrefix + filePath;
425 if (!FindFile_KeepDots(fi, phyPath FOLLOW_LINK_PARAM))
427 RINOK(AddError(phyPath))
431 requestedPaths->Add(phyPath);
448 RINOK(AddSecurityItem(phyPath, secureIndex))
525 const FString &phyPath, // with (fi.Name), without tail slash for folders
533 NFind::CStreamEnumerator enumerator(phyPath);
540 return dirItems.AddError(phyPath + FTEXT(":*")); // , (DWORD)E_FAIL
1221 const FString phyPath = GetPhyPath(i);
1224 if (fi.Fill_From_ByHandleFileInfo(phyPath)) // item.IsDir()
1238 if (inFile.Open(phyPath))
1256 RINOK(AddError(phyPath))
1274 const FString phyPath = GetPhyPath(i);
1275 AddError(phyPath, attr.ErrorCode);
1352 const FString phyPath = GetPhyPath(i);
1355 if (inFile.OpenShared(phyPath, ShareForWrite)) // fixme: OpenShared ??