HomeSort by relevance Sort by last modified time
    Searched refs:arcPath (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 264 FString arcPath;
268 if (!MyGetFullPathName(path, arcPath))
277 UString arcPath = commandStrings.Front();
336 if (!NFind::DoesFileExist(arcPath))
351 v1.Add(fs2us(arcPath));
352 v2.Add(fs2us(arcPath));
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 227 const FString &arcPath = us2fs(arcPaths[i]);
228 if (!fi.Find(arcPath))
262 const UString &arcPath = arcPaths[i];
271 if (!fi.Find(us2fs(arcPath)) || fi.IsDir())
279 RINOK(extractCallback->BeforeOpen(arcPath));
287 int pos = arcPath.ReverseFind(L'.');
290 UString s = arcPath.Ptr(pos + 1);
294 s = arcPath.Left(pos);
320 op.filePath = arcPath;
335 RINOK(extractCallback->OpenResult(arcPath, result, crypted));
    [all...]
Update.cpp 337 const CObjectVector<COpenType> &types, const UString &arcPath)
353 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath);
361 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath)
381 ArchivePath.ParseFromPath(arcPath, ArcNameMode);
1005 UString arcPath = options.ArchivePath.GetFinalPath();
1015 if (!fi.Find(us2fs(arcPath)))
1049 op.filePath = arcPath;
1059 RINOK(callback->OpenResult(arcPath, result, errorArcType));
    [all...]
Update.h 117 bool InitFormatIndex(const CCodecs *codecs, const CObjectVector<COpenType> &types, const UString &arcPath);
118 bool SetArcPath(const CCodecs *codecs, const UString &arcPath);
LoadCodecs.cpp 606 int CCodecs::FindFormatForArchiveName(const UString &arcPath) const
608 int slashPos = arcPath.ReverseFind(WCHAR_PATH_SEPARATOR);
609 int dotPos = arcPath.ReverseFind(L'.');
612 const UString ext = arcPath.Ptr(dotPos + 1);
LoadCodecs.h 212 int FindFormatForArchiveName(const UString &arcPath) const;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp     [all...]

Completed in 561 milliseconds