Searched refs:CArcCmdLineException (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveCommandLine.cpp | 62 CArcCmdLineException::CArcCmdLineException(const char *a, const wchar_t *u) in CArcCmdLineException() function in CArcCmdLineException 392 throw CArcCmdLineException("Unsupported rename command:", val); in AddRenamePair() 403 throw CArcCmdLineException(kCannotFindListFile, fileName); in AddToCensorFromListFile() 405 throw CArcCmdLineException(kIncorrectListFile, fileName); in AddToCensorFromListFile() 409 throw CArcCmdLineException(kIncorrectListFile, fileName); in AddToCensorFromListFile() 440 throw CArcCmdLineException(kEmptyFilePath); in AddToCensorFromNonSwitchesStrings() 461 …throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIn… in AddToCensorFromNonSwitchesStrings() 601 throw CArcCmdLineException(errorMessage, strings[i]); in AddSwitchWildcardsToCensor() 776 throw CArcCmdLineException(errorMessage, updatePostStrings[i]); in ParseUpdateCommandString() 827 throw CArcCmdLineException("Incorrect volume size:", sv[i]); in SetAddCommandOptions() [all …]
|
D | ArchiveCommandLine.h | 13 struct CArcCmdLineException: public UString struct 15 CArcCmdLineException(const char *a, const wchar_t *u = NULL);
|
/external/lzma/CPP/7zip/UI/Console/ |
D | MainAr.cpp | 82 catch(const CArcCmdLineException &e) in main()
|