Lines Matching refs:result
974 bool CorrectFsPath(const UString &relBase, const UString &path2, UString &result)
976 result.Empty();
990 result = path;
1001 result = path;
1019 result.Insert(0, WCHAR_PATH_SEPARATOR);
1024 result.Insert(0, cur);
1027 result.Insert(0, path);
1031 result += path.Left(start);
1044 if (fi.Find(us2fs(base + result + cur)))
1048 result = path;
1057 result += cur;
1061 result.Add_PathSepar();
1069 bool CorrectFsPath(const UString & /* relBase */, const UString &path, UString &result)
1071 result = path;