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