Lines Matching refs:UString
53 void NormalizeDirPathPrefix(UString &dirPath)
349 static bool GetCurDir(UString &path)
372 static bool ResolveDotsFolders(UString &s)
544 static bool GetSuperPathBase(CFSTR s, UString &res)
566 UString temp = fs2us(s);
571 UString rem = &temp[fixedSize];
588 UString temp = fs2us(s + 2);
595 UString rem = &temp[fixedSize];
609 UString temp = fs2us(s);
613 UString rem = temp.Ptr(prefixSize);
624 UString curDir;
657 UString temp;
694 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew)
712 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew)
727 bool GetSuperPath(CFSTR path, UString &superPath)
758 UString rem = fs2us(s + prefixSize);
778 UString curDir;
815 UString temp;