Lines Matching refs:UString
281 void CArchivePath::ParseFromPath(const UString &path, EArcNameMode mode)
304 const UString ext = Name.Ptr(dotPos + 1);
314 UString CArchivePath::GetFinalPath() const
316 UString path = GetPathWithoutExt();
325 UString CArchivePath::GetFinalVolPath() const
327 UString path = GetPathWithoutExt();
360 const CObjectVector<COpenType> &types, const UString &arcPath)
384 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath)
386 UString typeExt;
399 UString ext = typeExt;
460 bool CRenamePair::GetNewPath(bool isFolder, const UString &src, UString &dest) const
571 UString dest;
590 UString mainName = ai.Name.Left(colonPos);
745 updateCallbackSpec->VolExt = UString(L'.') + archivePath.VolExtension;
984 const UString &cmdArcPath2,
1061 const UString arcPath = options.ArchivePath.GetFinalPath();
1222 // UString prefix = censor.Pairs[0].Prefix;
1351 UString name;
1464 UString arcPath2 = fs2us(fullPaths[i]);
1465 UString fileName = ExtractFileNameFromPath(arcPath2);