Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/GUI/
H A 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, Z7_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 in OnOK()
[all...]
H A DExtractGUI.cpp219 dialog.PathMode = options.PathMode; in ExtractGUI()
239 options.PathMode = dialog.PathMode; in ExtractGUI()
H A DExtractDialog.h84 NExtract::NPathMode::EEnum PathMode; member in CExtractDialog
/third_party/lzma/CPP/7zip/UI/Common/
H A DExtract.h26 NExtract::NPathMode::EEnum PathMode; member
39 PathMode(NExtract::NPathMode::kFullPaths), in CExtractOptionsBase()
H A DUpdate.h109 NWildcard::ECensorPathMode PathMode; member
146 PathMode(NWildcard::k_RelatPath) in CUpdateOptions()
H A DHashCalc.h200 NWildcard::ECensorPathMode PathMode; member
207 PathMode(NWildcard::k_RelatPath) {} in CHashOptions()
H A DZipRegistry.h27 NPathMode::EEnum PathMode; member
H A DArchiveCommandLine.cpp1545 eo.PathMode = options.Command.GetPathMode(); in Parse2()
1548 eo.PathMode = NExtract::NPathMode::kAbsPaths; in Parse2()
1553 eo.PathMode = NExtract::NPathMode::kFullPaths; in Parse2()
1575 updateOptions.PathMode = censorPathMode; in Parse2()
1642 hashOptions.PathMode = censorPathMode; in Parse2()
H A DExtract.cpp77 if (options.ElimDup.Val && options.PathMode != NExtract::NPathMode::kAbsPaths) in DecompressArchive()
323 options.PathMode, in Extract()
H A DUpdate.cpp1133 censor.AddPathsToCensor(options.PathMode); in UpdateArchive()
1372 options.PathMode, in UpdateArchive()
1386 if (options.PathMode != NWildcard::k_AbsPath) in UpdateArchive()
H A DHashCalc.cpp480 options.PathMode, in HashCalc()
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp185 eo.PathMode = NExtract::NPathMode::kFullPaths; in WinMain2()
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp446 eo.PathMode = NExtract::NPathMode::kFullPaths; in Main2()

Completed in 12 milliseconds