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/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 1648 CFX_Path arcPath; in XFA_BOX_StrokeArc() local 1649 arcPath.Create(); in XFA_BOX_StrokeArc() 1650 XFA_BOX_GetPath_Arc(box, rtWidget, arcPath, dwFlags); in XFA_BOX_StrokeArc() 1651 XFA_BOX_StrokePath(edge, &arcPath, pGS, pMatrix); in XFA_BOX_StrokeArc() 1670 CFX_Path arcPath; in XFA_BOX_StrokeArc() local 1671 arcPath.Create(); in XFA_BOX_StrokeArc() 1672 arcPath.AddArc(rtWidget.left, rtWidget.top, rtWidget.width, rtWidget.height, in XFA_BOX_StrokeArc() 1676 pGS->StrokePath(&arcPath, pMatrix); in XFA_BOX_StrokeArc() 1677 arcPath.Clear(); in XFA_BOX_StrokeArc() 1678 arcPath.AddArc(rtWidget.left, rtWidget.top, rtWidget.width, rtWidget.height, in XFA_BOX_StrokeArc() [all …]
|