Searched refs:arcPath (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | Extract.cpp | 227 const FString &arcPath = us2fs(arcPaths[i]); in Extract() local 228 if (!fi.Find(arcPath)) in Extract() 262 const UString &arcPath = arcPaths[i]; in Extract() local 271 if (!fi.Find(us2fs(arcPath)) || fi.IsDir()) in Extract() 279 RINOK(extractCallback->BeforeOpen(arcPath)); in Extract() 320 op.filePath = arcPath; in Extract() 335 RINOK(extractCallback->OpenResult(arcPath, result, crypted)); in Extract() 358 if (fi.Find(us2fs(arcPath))) in Extract()
|
D | Update.cpp | 337 const CObjectVector<COpenType> &types, const UString &arcPath) in InitFormatIndex() argument 353 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath); in InitFormatIndex() 361 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath) in SetArcPath() argument 381 ArchivePath.ParseFromPath(arcPath, ArcNameMode); in SetArcPath() 1005 UString arcPath = options.ArchivePath.GetFinalPath(); in UpdateArchive() local 1015 if (!fi.Find(us2fs(arcPath))) in UpdateArchive() 1049 op.filePath = arcPath; in UpdateArchive() 1059 RINOK(callback->OpenResult(arcPath, result, errorArcType)); in UpdateArchive() 1329 if (!DeleteFileAlways(us2fs(arcPath))) in UpdateArchive() 1333 errorInfo.FileName = us2fs(arcPath); in UpdateArchive() [all …]
|
D | Update.h | 117 …tFormatIndex(const CCodecs *codecs, const CObjectVector<COpenType> &types, const UString &arcPath); 118 bool SetArcPath(const CCodecs *codecs, const UString &arcPath);
|
D | LoadCodecs.cpp | 606 int CCodecs::FindFormatForArchiveName(const UString &arcPath) const in FindFormatForArchiveName() 608 int slashPos = arcPath.ReverseFind(WCHAR_PATH_SEPARATOR); in FindFormatForArchiveName() 609 int dotPos = arcPath.ReverseFind(L'.'); in FindFormatForArchiveName() 612 const UString ext = arcPath.Ptr(dotPos + 1); in FindFormatForArchiveName()
|
D | LoadCodecs.h | 212 int FindFormatForArchiveName(const UString &arcPath) const;
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 264 FString arcPath; in Main2() local 268 if (!MyGetFullPathName(path, arcPath)) in Main2() 277 UString arcPath = commandStrings.Front(); in Main2() local 336 if (!NFind::DoesFileExist(arcPath)) in Main2() 351 v1.Add(fs2us(arcPath)); in Main2() 352 v2.Add(fs2us(arcPath)); in Main2()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidget.cpp | 1734 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 …]
|