Lines Matching defs:command
334 // static const char * const kUserErrorMessage = "Incorrect command line";
395 static bool ParseArchiveCommand(const UString &commandString, CArcCommand &command)
406 command.CommandType = (NCommandType::EEnum)index;
411 command.CommandType = (NCommandType::kRename);
481 throw CArcCmdLineException("Unsupported rename command:", val);
535 /* for rename command: -i switch sets the mask for archive item reading.
537 also for non-rename command: we set UniversalWildcard, only if there are no nonSwitches. */
600 static const char * const k_IncorrectMapCommand = "Incorrect Map command";
825 static bool ParseUpdateCommandString2(const UString &command,
828 for (unsigned i = 0; i < command.Len();)
830 wchar_t c = MyCharLower_Ascii(command[i]);
834 postString = command.Ptr(i);
838 if (i >= command.Len())
840 c = command[i];
857 const char *errorMessage = "incorrect update switch command";
1226 throw CArcCmdLineException("The command must be specified");
1229 throw CArcCmdLineException("Unsupported command:", nonSwitchStrings[kCommandIndex]);
1463 throw CArcCmdLineException("Cannot use absolute pathnames for this command");
1560 throw CArcCmdLineException("-ai switch is not supported for this command");
1622 throw CArcCmdLineException("Only one archive can be created with rename command");