Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp166 PathMode = NExtract::NPathMode::kFullPaths; in OnInit()
173 if (_info.PathMode == NExtract::NPathMode::kCurPaths) in OnInit()
174 _info.PathMode = NExtract::NPathMode::kFullPaths; in OnInit()
177 PathMode = _info.PathMode; in OnInit()
230 …AddComboItems(_pathMode, kPathMode_IDs, ARRAY_SIZE(kPathMode_IDs), kPathModeButtonsVals, PathMode); in OnInit()
304 if (PathMode != NExtract::NPathMode::kCurPaths || in OnOK()
306 PathMode = (NExtract::NPathMode::EEnum)pathMode2; in OnOK()
329 if (_info.PathMode != pathMode2) in OnOK()
332 _info.PathMode = (NExtract::NPathMode::EEnum)pathMode2; in OnOK()
DExtractGUI.cpp218 dialog.PathMode = options.PathMode; in ExtractGUI()
238 options.PathMode = dialog.PathMode; in ExtractGUI()
DExtractDialog.h84 NExtract::NPathMode::EEnum PathMode; variable
/third_party/lzma/CPP/7zip/UI/Common/
DExtract.h26 NExtract::NPathMode::EEnum PathMode; member
39 PathMode(NExtract::NPathMode::kFullPaths), in CExtractOptionsBase()
DUpdate.h107 NWildcard::ECensorPathMode PathMode; member
143 PathMode(NWildcard::k_RelatPath), in CUpdateOptions()
DHashCalc.h196 NWildcard::ECensorPathMode PathMode; member
203 PathMode(NWildcard::k_RelatPath) {}; in CHashOptions()
DZipRegistry.h27 NPathMode::EEnum PathMode; member
DExtract.cpp76 if (options.ElimDup.Val && options.PathMode != NExtract::NPathMode::kAbsPaths) in DecompressArchive()
321 options.PathMode, in Extract()
DArchiveCommandLine.cpp1543 eo.PathMode = options.Command.GetPathMode(); in Parse2()
1546 eo.PathMode = NExtract::NPathMode::kAbsPaths; in Parse2()
1551 eo.PathMode = NExtract::NPathMode::kFullPaths; in Parse2()
1573 updateOptions.PathMode = censorPathMode; in Parse2()
1640 hashOptions.PathMode = censorPathMode; in Parse2()
DUpdate.cpp1204 censor.AddPathsToCensor(options.PathMode); in UpdateArchive()
1444 options.PathMode, in UpdateArchive()
1458 if (options.PathMode != NWildcard::k_AbsPath) in UpdateArchive()
DHashCalc.cpp480 options.PathMode, in HashCalc()
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp174 eo.PathMode = NExtract::NPathMode::kFullPaths; in WinMain2()
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp443 eo.PathMode = NExtract::NPathMode::kFullPaths; in Main2()