Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp268 static const unsigned kCommandIndex = 0; variable
1058 if (!ParseArchiveCommand(nonSwitchStrings[kCommandIndex], options.Command)) in Parse2()
1059 throw CArcCmdLineException("Unsupported command:", nonSwitchStrings[kCommandIndex]); in Parse2()
1111 unsigned curCommandIndex = kCommandIndex + 1; in Parse2()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp105 static const int kCommandIndex = 0; variable