Home | History | Annotate | Download | only in Common

Lines Matching refs:Command

183 static const char *kUserErrorMessage  = "Incorrect command line";

187 static const char *kIncorrectWildCardInCommandLine = "Incorrect wildcard in command line";
249 static bool ParseArchiveCommand(const UString &commandString, CArchiveCommand &command)
258 command.CommandType = (NCommandType::EEnum)commandIndex;
502 static bool ParseUpdateCommandString2(const UString &command,
505 for (int i = 0; i < command.Length();)
507 wchar_t c = MyCharUpper(command[i]);
511 postString = command.Mid(i);
515 if (i >= command.Length())
517 int actionPos = kUpdatePairActionIDSet.Find(::MyCharUpper(command[i]));
822 if (!ParseArchiveCommand(nonSwitchStrings[kCommandIndex], options.Command))
853 options.Command.CommandType != NCommandType::kBenchmark &&
854 options.Command.CommandType != NCommandType::kInfo;
856 bool isExtractGroupCommand = options.Command.IsFromExtractGroup();
857 bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList;
892 ThrowException("Cannot use absolute pathnames for this command");
943 else if (options.Command.IsFromUpdateGroup())
947 SetAddCommandOptions(options.Command.CommandType, parser, updateOptions);
989 else if (options.Command.CommandType == NCommandType::kBenchmark)
1036 else if (options.Command.CommandType == NCommandType::kInfo)