Home
last modified time | relevance | path

Searched refs:arcPath (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp265 const FString &arcPath = us2fs(arcPaths[i]); in Extract() local
266 if (!fi.Find(arcPath)) in Extract()
300 const UString &arcPath = arcPaths[i]; in Extract() local
309 if (!fi.Find(us2fs(arcPath)) || fi.IsDir()) in Extract()
319 RINOK(extractCallback->BeforeOpen(arcPath, options.TestMode)); in Extract()
360 op.filePath = arcPath; in Extract()
368 RINOK(extractCallback->OpenResult(codecs, arcLink, arcPath, result)); in Extract()
376 if (fi2.Find(us2fs(arcPath))) in Extract()
DUpdate.cpp360 const CObjectVector<COpenType> &types, const UString &arcPath) in InitFormatIndex() argument
376 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath); in InitFormatIndex()
384 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath) in SetArcPath() argument
404 ArchivePath.ParseFromPath(arcPath, ArcNameMode); in SetArcPath()
1061 const UString arcPath = options.ArchivePath.GetFinalPath(); in UpdateArchive() local
1071 if (!fi.Find(us2fs(arcPath))) in UpdateArchive()
1105 op.filePath = arcPath; in UpdateArchive()
1107 RINOK(callback->StartOpenArchive(arcPath)); in UpdateArchive()
1114 HRESULT res2 = callback->OpenResult(codecs, arcLink, arcPath, result); in UpdateArchive()
1403 if (!DeleteFileAlways(us2fs(arcPath))) in UpdateArchive()
[all …]
DUpdate.h119 …tFormatIndex(const CCodecs *codecs, const CObjectVector<COpenType> &types, const UString &arcPath);
120 bool SetArcPath(const CCodecs *codecs, const UString &arcPath);
DLoadCodecs.cpp677 int CCodecs::FindFormatForArchiveName(const UString &arcPath) const in FindFormatForArchiveName()
679 int dotPos = arcPath.ReverseFind_Dot(); in FindFormatForArchiveName()
680 if (dotPos <= arcPath.ReverseFind_PathSepar()) in FindFormatForArchiveName()
682 const UString ext = arcPath.Ptr(dotPos + 1); in FindFormatForArchiveName()
DLoadCodecs.h315 int FindFormatForArchiveName(const UString &arcPath) const;
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp266 FString arcPath; in Main2() local
270 if (!MyGetFullPathName(path, arcPath)) in Main2()
279 UString arcPath = commandStrings.Front(); in Main2() local
355 if (!NFind::DoesFileExist(arcPath)) in Main2()
370 v1.Add(fs2us(arcPath)); in Main2()
371 v2.Add(fs2us(arcPath)); in Main2()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1734 CFX_Path arcPath; in XFA_BOX_StrokeArc() local
1735 XFA_BOX_GetPath_Arc(box, rtWidget, arcPath, dwFlags); in XFA_BOX_StrokeArc()
1736 XFA_BOX_StrokePath(edge, &arcPath, pGS, pMatrix); in XFA_BOX_StrokeArc()
1760 CFX_Path arcPath; in XFA_BOX_StrokeArc() local
1761 arcPath.AddArc(rtWidget.TopLeft(), rtWidget.Size(), 3.0f * FX_PI / 4.0f, in XFA_BOX_StrokeArc()
1766 pGS->StrokePath(&arcPath, pMatrix); in XFA_BOX_StrokeArc()
1767 arcPath.Clear(); in XFA_BOX_StrokeArc()
1768 arcPath.AddArc(rtWidget.TopLeft(), rtWidget.Size(), -1.0f * FX_PI / 4.0f, in XFA_BOX_StrokeArc()
1773 pGS->StrokePath(&arcPath, pMatrix); in XFA_BOX_StrokeArc()
1775 arcPath.Clear(); in XFA_BOX_StrokeArc()
[all …]
/external/lzma/CPP/7zip/UI/Console/
DList.cpp1008 const UString &arcPath = arcPaths[arcIndex]; in ListArchives() local
1014 if (!fi.Find(us2fs(arcPath))) in ListArchives()
1022 endl << arcPath << endl << endl; in ListArchives()
1029 *g_ErrStream << endl << kError << arcPath << " is not a file" << endl << endl; in ListArchives()
1064 options.filePath = arcPath; in ListArchives()
1068 g_StdOut << endl << kListing << arcPath << endl << endl; in ListArchives()
1078 *g_ErrStream << endl << kError << arcPath << " : "; in ListArchives()