Home | History | Annotate | Download | only in Common

Lines Matching full:ustring

30     const UString &directoryPath,

110 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, UString &fullPath)
160 UString fullPath;
248 UString processedPath = MakePathNameFromParts(pathParts);
259 UString fullPathNew;
270 UString fullProcessedPath = _directoryPath + processedPath;
324 UString message = UString(kCantAutoRename) + fullProcessedPath;
331 UString existPath = fullProcessedPath;
334 UString message = kCantAutoRename + fullProcessedPath;
340 UString message = UString(kCantRenameFile) + fullProcessedPath;
348 UString message = UString(kCantDeleteOutputFile) + fullProcessedPath;
363 UString message = L"can not open output file " + fullProcessedPath;