Home | History | Annotate | Download | only in Common

Lines Matching full:ustring

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

28 UString path;
40 const UString &s = Prefixes[i];
48 UString CDirItems::GetPhyPath(int index) const
54 UString CDirItems::GetLogPath(int index) const
68 int CDirItems::AddPrefix(int phyParent, int logParent, const UString &prefix)
82 void CDirItems::EnumerateDirectory(int phyParent, int logParent, const UString &phyPrefix,
101 const UString name2 = fi.Name + (wchar_t)kDirDelimiter;
108 void CDirItems::EnumerateDirItems2(const UString &phyPrefix, const UString &logPrefix,
116 const UString &filePath = filePaths[i];
118 const UString phyPath = phyPrefix + filePath;
126 UString phyPrefixCur;
136 const UString name2 = fi.Name + (wchar_t)kDirDelimiter;
145 int phyParent, int logParent, const UString &phyPrefix,
154 int phyParent, int logParent, const UString &curFolderName,
155 const UString &phyPrefix,
164 const UString name2 = curFolderName + (wchar_t)kDirDelimiter;
176 int phyParent, int logParent, const UString &phyPrefix,
200 const UString &name = item.PathParts.Front();
212 const UString &name = item.PathParts.Front();
213 const UString fullPath = phyPrefix + name;
263 const UString fullPath = phyPrefix + nextNode.Name;
304 const UString &name = fi.Name;