Home
last modified time | relevance | path

Searched refs:isExtractGroupCommand (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp956 const bool isExtractGroupCommand = options.Command.IsFromExtractGroup();
959 (isExtractGroupCommand
996 if (isExtractGroupCommand
1220 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList)
1274 if (isExtractGroupCommand)
1438 else // if_(!isExtractGroupCommand)
1479 } // if_(isExtractGroupCommand)
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp1328 const bool isExtractGroupCommand = options.Command.IsFromExtractGroup(); in Parse2() local
1329 const bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
1501 if (isExtractGroupCommand) in Parse2()

Completed in 6 milliseconds