Home | History | Annotate | Download | only in Common

Lines Matching refs:UString

268 void CArchivePath::ParseFromPath(const UString &path, EArcNameMode mode)

291 const UString ext = Name.Ptr(dotPos + 1);
301 UString CArchivePath::GetFinalPath() const
303 UString path = GetPathWithoutExt();
305 path += UString(L'.') + BaseExtension;
309 UString CArchivePath::GetFinalVolPath() const
311 UString path = GetPathWithoutExt();
313 path += UString(L'.') + VolExtension;
337 const CObjectVector<COpenType> &types, const UString &arcPath)
361 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath)
363 UString typeExt;
376 UString ext = typeExt;
438 bool CRenamePair::GetNewPath(bool isFolder, const UString &src, UString &dest) const
462 static int GetReverseSlashPos(const UString &name)
549 UString dest;
566 UString mainName = ai.Name.Left(colonPos);
716 updateCallbackSpec->VolExt = UString(L'.') + archivePath.VolExtension;
922 const UString &cmdArcPath2,
1005 UString arcPath = options.ArchivePath.GetFinalPath();
1163 // UString prefix = censor.Pairs[0].Prefix;
1283 UString name;
1397 UString arcPath = fs2us(fullPaths[i]);
1398 UString fileName = ExtractFileNameFromPath(arcPath);