Home
last modified time | relevance | path

Searched defs:CArcCommand (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h32 struct CArcCommand struct
34 NCommandType::EEnum CommandType;
38 bool IsTestCommand() const { return CommandType == NCommandType::kTest; } in IsTestCommand()