Searched refs:PathMode (Results 1 – 14 of 14) sorted by relevance
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 164 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()
|
D | ExtractGUI.cpp | 193 dialog.PathMode = options.PathMode; in ExtractGUI() 213 options.PathMode = dialog.PathMode; in ExtractGUI()
|
D | ExtractDialog.h | 84 NExtract::NPathMode::EEnum PathMode; variable
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Extract.h | 23 NExtract::NPathMode::EEnum PathMode; member 32 PathMode(NExtract::NPathMode::kFullPaths), in CExtractOptionsBase()
|
D | HashCalc.h | 93 NWildcard::ECensorPathMode PathMode; member 95 …CHashOptions(): StdInMode(false), OpenShareForWrite(false), AltStreamsMode(false), PathMode(NWildc… in CHashOptions()
|
D | Update.h | 103 NWildcard::ECensorPathMode PathMode; member 129 PathMode(NWildcard::k_RelatPath), in CUpdateOptions()
|
D | ZipRegistry.h | 15 NPathMode::EEnum PathMode; member
|
D | ArchiveCommandLine.cpp | 1167 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()
|
D | HashCalc.cpp | 230 options.PathMode, in HashCalc()
|
D | Extract.cpp | 244 ecs->InitForMulti(multi, options.PathMode, options.OverwriteMode); in Extract()
|
D | Update.cpp | 953 censor.AddPathsToCensor(options.PathMode); in UpdateArchive() 1144 options.PathMode, in UpdateArchive()
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 170 eo.PathMode = NExtract::NPathMode::kFullPaths; in WinMain2()
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 88 } 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/ |
D | SfxCon.cpp | 393 eo.PathMode = NExtract::NPathMode::kFullPaths; in Main2()
|