Searched refs:arcPath (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | fivearcs.cpp | 16 SkPath arcPath; in REG_FIDDLE() local 17 arcPath.arcTo(oval, 0, 90, false); in REG_FIDDLE() 18 canvas->drawPath(arcPath, arcPaint); in REG_FIDDLE() 26 arcPath.reset(); in REG_FIDDLE() 27 arcPath.addArc(oval, 0, 90); in REG_FIDDLE() 28 canvas->drawPath(arcPath, arcPaint); in REG_FIDDLE() 32 arcPath.reset(); in REG_FIDDLE() 33 arcPath.moveTo({56, 32}); in REG_FIDDLE() 34 arcPath.arcTo({56, 56}, {32, 56}, 24); in REG_FIDDLE() 35 canvas->drawPath(arcPath, arcPain in REG_FIDDLE() [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Extract.cpp | 295 const FString arcPath = us2fs(arcPaths[i]);
in Extract() local 296 if (!fi.Find_FollowLink(arcPath))
in Extract() 299 SetErrorMessage("Cannot find archive file", arcPath, errorCode, errorMessage);
in Extract() 305 SetErrorMessage("The item is a directory", arcPath, errorCode, errorMessage);
in Extract() 347 const UString &arcPath = arcPaths[i];
in Extract() local 360 if (!fi.Find_FollowLink(us2fs(arcPath)) || fi.IsDir())
in Extract() 363 SetErrorMessage("Cannot find archive file", us2fs(arcPath), errorCode, errorMessage);
in Extract() 374 RINOK(extractCallback->BeforeOpen(arcPath, options.TestMode))
in Extract() 382 int pos = arcPath.ReverseFind(L'.');
in Extract() 385 UString s = arcPath in Extract() [all...] |
H A D | Update.cpp | 193 const CObjectVector<COpenType> &types, const UString &arcPath)
in InitFormatIndex() 209 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath);
in InitFormatIndex() 217 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath)
in SetArcPath() argument 237 ArchivePath.ParseFromPath(arcPath, ArcNameMode);
in SetArcPath() 651 const UString arcPath = archivePath.GetFinalPath();
in Compress() local 652 updateCallbackSpec->ArcFileName = ExtractFileNameFromPath(arcPath);
in Compress() 1180 UString arcPath = options.ArchivePath.GetFinalPath();
in UpdateArchive() local 1184 arcPath = options.ArchivePath.GetFinalVolPath();
in UpdateArchive() 1185 arcPath += ".001";
in UpdateArchive() 1196 if (!fi.Find_FollowLink(us2fs(arcPath)))
in UpdateArchive() 192 InitFormatIndex(const CCodecs *codecs, const CObjectVector<COpenType> &types, const UString &arcPath) InitFormatIndex() argument [all...] |
H A D | Update.h | 125 bool InitFormatIndex(const CCodecs *codecs, const CObjectVector<COpenType> &types, const UString &arcPath);
126 bool SetArcPath(const CCodecs *codecs, const UString &arcPath);
|
H A D | LoadCodecs.cpp | 878 int CCodecs::FindFormatForArchiveName(const UString &arcPath) const
in FindFormatForArchiveName() 880 int dotPos = arcPath.ReverseFind_Dot();
in FindFormatForArchiveName() 881 if (dotPos <= arcPath.ReverseFind_PathSepar())
in FindFormatForArchiveName() 883 const UString ext = arcPath.Ptr((unsigned)(dotPos + 1));
in FindFormatForArchiveName()
|
H A D | LoadCodecs.h | 388 int FindFormatForArchiveName(const UString &arcPath) const;
|
/third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
H A D | SfxCon.cpp | 292 FString arcPath;
in Main2() local 296 if (!MyGetFullPathName(path, arcPath))
in Main2() 308 const FString arcPath = us2fs(commandStrings.Front());
in Main2() local 387 if (!NFind::DoesFileExist_FollowLink(arcPath))
in Main2() 402 v1.Add(fs2us(arcPath));
in Main2() 403 v2.Add(fs2us(arcPath));
in Main2()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 1090 const UString &arcPath = arcPaths[arcIndex];
in ListArchives() local 1096 if (!fi.Find_FollowLink(us2fs(arcPath)))
in ListArchives() 1106 g_ErrStream->NormalizePrint_UString(arcPath);
in ListArchives() 1118 g_ErrStream->NormalizePrint_UString(arcPath);
in ListArchives() 1155 options.filePath = arcPath;
in ListArchives() 1160 g_StdOut.NormalizePrint_UString(arcPath);
in ListArchives() 1176 g_ErrStream->NormalizePrint_UString(arcPath);
in ListArchives()
|
Completed in 9 milliseconds