Searched refs:arcPath (Results 1 - 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp264 FString arcPath; local
268 if (!MyGetFullPathName(path, arcPath))
277 UString arcPath = commandStrings.Front(); local
336 if (!NFind::DoesFileExist(arcPath))
351 v1.Add(fs2us(arcPath));
352 v2.Add(fs2us(arcPath));
/external/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp227 const FString &arcPath = us2fs(arcPaths[i]); local
228 if (!fi.Find(arcPath))
262 const UString &arcPath = arcPaths[i]; local
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, resul
[all...]
H A DUpdate.cpp337 const CObjectVector<COpenType> &types, const UString &arcPath)
353 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath);
361 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath) argument
381 ArchivePath.ParseFromPath(arcPath, ArcNameMode);
1005 UString arcPath = options.ArchivePath.GetFinalPath(); local
1015 if (!fi.Find(us2fs(arcPath)))
1049 op.filePath = arcPath;
1059 RINOK(callback->OpenResult(arcPath, result, errorArcType));
1329 if (!DeleteFileAlways(us2fs(arcPath)))
1333 errorInfo.FileName = us2fs(arcPath);
336 InitFormatIndex(const CCodecs *codecs, const CObjectVector<COpenType> &types, const UString &arcPath) argument
1385 FString arcPath; local
1397 UString arcPath = fs2us(fullPaths[i]); local
[all...]
H A DUpdate.h117 bool InitFormatIndex(const CCodecs *codecs, const CObjectVector<COpenType> &types, const UString &arcPath);
118 bool SetArcPath(const CCodecs *codecs, const UString &arcPath);
H A DLoadCodecs.cpp606 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);
H A DLoadCodecs.h212 int FindFormatForArchiveName(const UString &arcPath) const;
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffwidget.cpp1648 CFX_Path arcPath; local
1649 arcPath.Create();
1650 XFA_BOX_GetPath_Arc(box, rtWidget, arcPath, dwFlags);
1651 XFA_BOX_StrokePath(edge, &arcPath, pGS, pMatrix);
1670 CFX_Path arcPath; local
1671 arcPath.Create();
1672 arcPath.AddArc(rtWidget.left, rtWidget.top, rtWidget.width, rtWidget.height,
1676 pGS->StrokePath(&arcPath, pMatrix);
1677 arcPath.Clear();
1678 arcPath
[all...]

Completed in 377 milliseconds