Home | History | Annotate | Download | only in Common

Lines Matching refs:UString

42 UString CDirItems::GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const

44 UString path;
56 const UString &s = Prefixes[i];
64 UString CDirItems::GetPhyPath(unsigned index) const
70 UString CDirItems::GetLogPath(unsigned index) const
84 unsigned CDirItems::AddPrefix(int phyParent, int logParent, const UString &prefix)
202 const UString &logPrefix,
307 UString reducedName = si.GetReducedName();
349 const UString name = fs2us(fi.Name);
426 const UString &name = item.PathParts.Front();
471 const UString &name = item.PathParts.Front();
602 const UString &name = item.PathParts.Front();
662 const UString &addPathPrefix,
716 const UString &link = attr.GetPath();
724 UString fullPath = fs2us(fullPathF);
725 const UString logPath = GetLogPath(i);
731 const UString prefix = fullPath.Left(fullPath.Len() - logPath.Len());
747 UString newLink = prefix.Left(rootPrefixSize);