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 | 202 dialog.PathMode = options.PathMode; in ExtractGUI() 222 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 | 96 NWildcard::ECensorPathMode PathMode; member 98 …CHashOptions(): StdInMode(false), OpenShareForWrite(false), AltStreamsMode(false), PathMode(NWildc… in CHashOptions()
|
D | Update.h | 106 NWildcard::ECensorPathMode PathMode; member 133 PathMode(NWildcard::k_RelatPath), in CUpdateOptions()
|
D | ZipRegistry.h | 15 NPathMode::EEnum PathMode; member
|
D | Extract.cpp | 60 if (options.ElimDup.Val && options.PathMode != NExtract::NPathMode::kAbsPaths) in DecompressArchive() 288 ecs->InitForMulti(multi, options.PathMode, options.OverwriteMode, in Extract()
|
D | ArchiveCommandLine.cpp | 1193 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()
|
D | HashCalc.cpp | 217 options.PathMode, in HashCalc()
|
D | Update.cpp | 1082 censor.AddPathsToCensor(options.PathMode); in UpdateArchive() 1294 options.PathMode, in UpdateArchive()
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 174 eo.PathMode = NExtract::NPathMode::kFullPaths; in WinMain2()
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 88 } 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/ |
D | SfxCon.cpp | 418 eo.PathMode = NExtract::NPathMode::kFullPaths; in Main2()
|