Home
last modified time | relevance | path

Searched refs:IsTestCommand (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h38 bool IsTestCommand() const { return CommandType == NCommandType::kTest; } in IsTestCommand() function
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp903 eo.TestMode = options.Command.IsTestCommand(); in Main2()