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

/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp235 bool isExtractGroupCommand = options.Command.IsFromExtractGroup(); local
238 (isExtractGroupCommand ||
379 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList)
381 if (isExtractGroupCommand)
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp856 bool isExtractGroupCommand = options.Command.IsFromExtractGroup(); local
857 bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList;
925 if (isExtractGroupCommand)

Completed in 88 milliseconds