Home | History | Annotate | Download | only in Common

Lines Matching defs:pathParts

220     UStringVector pathParts;

221 SplitPathToParts(fullPath, pathParts);
223 if (pathParts.IsEmpty())
233 if (pathParts.Size() <= numRemovePathParts)
236 if (_removePathParts[i].CompareNoCase(pathParts[i]) != 0)
242 numRemovePathParts = pathParts.Size() - 1;
246 pathParts.Delete(0, numRemovePathParts);
247 MakeCorrectPath(pathParts);
248 UString processedPath = MakePathNameFromParts(pathParts);
253 if (!pathParts.IsEmpty())
254 pathParts.DeleteBack();
257 if (!pathParts.IsEmpty())
260 CreateComplexDirectory(pathParts, fullPathNew);