Lines Matching refs:UString
25 void NormalizeDirPathPrefix(UString &dirPath)
211 static bool GetCurDir(UString &path)
234 static bool ResolveDotsFolders(UString &s)
394 static bool GetSuperPathBase(CFSTR s, UString &res)
416 UString temp = fs2us(s);
421 UString rem = &temp[fixedSize];
438 UString temp = fs2us(s + 2);
442 UString rem = &temp[fixedSize];
456 UString temp = fs2us(s);
457 UString rem = &temp[kDrivePrefixSize];
468 UString curDir;
502 UString temp;
539 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew)
557 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew)
572 bool GetSuperPath(CFSTR path, UString &superPath)
603 UString rem = fs2us(s + prefixSize);
623 UString curDir;
661 UString temp;