Home
last modified time | relevance | path

Searched refs:PathMode (Results 1 – 14 of 14) sorted by relevance

/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp164 PathMode = NExtract::NPathMode::kFullPaths; in OnInit()
171 if (_info.PathMode == NExtract::NPathMode::kCurPaths) in OnInit()
172 _info.PathMode = NExtract::NPathMode::kFullPaths; in OnInit()
175 PathMode = _info.PathMode; in OnInit()
228 …AddComboItems(_pathMode, kPathMode_IDs, ARRAY_SIZE(kPathMode_IDs), kPathModeButtonsVals, PathMode); in OnInit()
301 if (PathMode != NExtract::NPathMode::kCurPaths || in OnOK()
303 PathMode = (NExtract::NPathMode::EEnum)pathMode2; in OnOK()
326 if (_info.PathMode != pathMode2) in OnOK()
329 _info.PathMode = (NExtract::NPathMode::EEnum)pathMode2; in OnOK()
DExtractGUI.cpp202 dialog.PathMode = options.PathMode; in ExtractGUI()
222 options.PathMode = dialog.PathMode; in ExtractGUI()
DExtractDialog.h84 NExtract::NPathMode::EEnum PathMode; variable
/external/lzma/CPP/7zip/UI/Common/
DExtract.h23 NExtract::NPathMode::EEnum PathMode; member
32 PathMode(NExtract::NPathMode::kFullPaths), in CExtractOptionsBase()
DHashCalc.h96 NWildcard::ECensorPathMode PathMode; member
98 …CHashOptions(): StdInMode(false), OpenShareForWrite(false), AltStreamsMode(false), PathMode(NWildc… in CHashOptions()
DUpdate.h106 NWildcard::ECensorPathMode PathMode; member
133 PathMode(NWildcard::k_RelatPath), in CUpdateOptions()
DZipRegistry.h15 NPathMode::EEnum PathMode; member
DExtract.cpp60 if (options.ElimDup.Val && options.PathMode != NExtract::NPathMode::kAbsPaths) in DecompressArchive()
288 ecs->InitForMulti(multi, options.PathMode, options.OverwriteMode, in Extract()
DArchiveCommandLine.cpp1193 eo.PathMode = options.Command.GetPathMode(); in Parse2()
1196 eo.PathMode = NExtract::NPathMode::kAbsPaths; in Parse2()
1201 eo.PathMode = NExtract::NPathMode::kFullPaths; in Parse2()
1221 updateOptions.PathMode = censorPathMode; in Parse2()
1283 hashOptions.PathMode = censorPathMode; in Parse2()
DHashCalc.cpp217 options.PathMode, in HashCalc()
DUpdate.cpp1082 censor.AddPathsToCensor(options.PathMode); in UpdateArchive()
1294 options.PathMode, in UpdateArchive()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp174 eo.PathMode = NExtract::NPathMode::kFullPaths; in WinMain2()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c88 } PathMode; typedef
144 PathMode
2914 static void DrawPathCurveTo(DrawingWand *wand,const PathMode mode, in DrawPathCurveTo()
3031 const PathMode mode,const double x1,double y1,const double x,const double y) in DrawPathCurveToQuadraticBezier()
3143 const PathMode mode,const double x,const double y) in DrawPathCurveToQuadraticBezierSmooth()
3256 static void DrawPathCurveToSmooth(DrawingWand *wand,const PathMode mode, in DrawPathCurveToSmooth()
3384 static void DrawPathEllipticArc(DrawingWand *wand, const PathMode mode, in DrawPathEllipticArc()
3538 static void DrawPathLineTo(DrawingWand *wand,const PathMode mode, in DrawPathLineTo()
3633 static void DrawPathLineToHorizontal(DrawingWand *wand,const PathMode mode, in DrawPathLineToHorizontal()
3723 static void DrawPathLineToVertical(DrawingWand *wand,const PathMode mode, in DrawPathLineToVertical()
[all …]
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp418 eo.PathMode = NExtract::NPathMode::kFullPaths; in Main2()