Lines Matching defs:fullPath
819 FString fullPath = phyPrefix + us2fs(name);
825 RINOK(dirItems.AddError(fullPath, ERROR_INVALID_PARAMETER));
859 fullPath = CHAR_PATH_SEPARATOR;
865 fullPath.Add_PathSepar();
880 if (!FindFile_KeepDots(fi, fullPath FOLLOW_LINK_PARAM2))
882 RINOK(dirItems.AddError(fullPath))
899 // RINOK(dirItems.AddError(fullPath, isDir ? MY_ERROR_IS_DIR: MY_ERROR_NOT_DIR));
900 RINOK(dirItems.AddError(fullPath, DI_DEFAULT_ERROR))
917 RINOK(dirItems.AddSecurityItem(fullPath, secureIndex))
939 fullPath, // including (name)
1000 FString fullPath = phyPrefix + us2fs(nextNode.Name);
1006 fullPath = CHAR_PATH_SEPARATOR;
1014 fullPath.Add_PathSepar();
1030 if (!FindFile_KeepDots(fi, fullPath FOLLOW_LINK_PARAM2))
1034 RINOK(dirItems.AddError(fullPath))
1040 RINOK(dirItems.AddError(fullPath, DI_DEFAULT_ERROR))
1303 const UString fullPath = fs2us(fullPathF);
1305 if (logPath.Len() >= fullPath.Len())
1307 if (CompareFileNames(logPath, fullPath.RightPtr(logPath.Len())) != 0)
1310 const UString prefix = fullPath.Left(fullPath.Len() - logPath.Len());
1527 FString fullPath;
1528 NFile::NDir::MyGetFullPathName(paths[i], fullPath);
1529 fullPaths.Add(fs2us(fullPath));