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.cpp193 dialog.PathMode = options.PathMode; in ExtractGUI()
213 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.h93 NWildcard::ECensorPathMode PathMode; member
95 …CHashOptions(): StdInMode(false), OpenShareForWrite(false), AltStreamsMode(false), PathMode(NWildc… in CHashOptions()
DUpdate.h103 NWildcard::ECensorPathMode PathMode; member
129 PathMode(NWildcard::k_RelatPath), in CUpdateOptions()
DZipRegistry.h15 NPathMode::EEnum PathMode; member
DArchiveCommandLine.cpp1167 eo.PathMode = options.Command.GetPathMode(); in Parse2()
1170 eo.PathMode = NExtract::NPathMode::kAbsPaths; in Parse2()
1175 eo.PathMode = NExtract::NPathMode::kFullPaths; in Parse2()
1193 updateOptions.PathMode = censorPathMode; in Parse2()
1245 hashOptions.PathMode = censorPathMode; in Parse2()
DHashCalc.cpp230 options.PathMode, in HashCalc()
DExtract.cpp244 ecs->InitForMulti(multi, options.PathMode, options.OverwriteMode); in Extract()
DUpdate.cpp953 censor.AddPathsToCensor(options.PathMode); in UpdateArchive()
1144 options.PathMode, in UpdateArchive()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp170 eo.PathMode = NExtract::NPathMode::kFullPaths; in WinMain2()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c88 } PathMode; typedef
144 PathMode
2836 static void DrawPathCurveTo(DrawingWand *wand,const PathMode mode, in DrawPathCurveTo()
2953 const PathMode mode,const double x1,double y1,const double x,const double y) in DrawPathCurveToQuadraticBezier()
3065 const PathMode mode,const double x,const double y) in DrawPathCurveToQuadraticBezierSmooth()
3178 static void DrawPathCurveToSmooth(DrawingWand *wand,const PathMode mode, in DrawPathCurveToSmooth()
3306 static void DrawPathEllipticArc(DrawingWand *wand, const PathMode mode, in DrawPathEllipticArc()
3460 static void DrawPathLineTo(DrawingWand *wand,const PathMode mode, in DrawPathLineTo()
3555 static void DrawPathLineToHorizontal(DrawingWand *wand,const PathMode mode, in DrawPathLineToHorizontal()
3645 static void DrawPathLineToVertical(DrawingWand *wand,const PathMode mode, in DrawPathLineToVertical()
[all …]
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp393 eo.PathMode = NExtract::NPathMode::kFullPaths; in Main2()