Home
last modified time | relevance | path

Searched refs:CArcCmdLineException (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp67 CArcCmdLineException::CArcCmdLineException(const char *a, const wchar_t *u) in CArcCmdLineException() function in CArcCmdLineException
360 throw CArcCmdLineException("Unsupported rename command:", val); in AddRenamePair()
371 throw CArcCmdLineException(kCannotFindListFile, fileName); in AddToCensorFromListFile()
373 throw CArcCmdLineException(kIncorrectListFile, fileName); in AddToCensorFromListFile()
377 throw CArcCmdLineException(kIncorrectListFile, fileName); in AddToCensorFromListFile()
408 throw CArcCmdLineException(kEmptyFilePath); in AddToCensorFromNonSwitchesStrings()
429 …throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIn… in AddToCensorFromNonSwitchesStrings()
569 throw CArcCmdLineException(errorMessage, strings[i]); in AddSwitchWildcardsToCensor()
742 throw CArcCmdLineException(errorMessage, updatePostStrings[i]); in ParseUpdateCommandString()
793 throw CArcCmdLineException("Incorrect volume size:", sv[i]); in SetAddCommandOptions()
[all …]
DArchiveCommandLine.h13 struct CArcCmdLineException: public UString struct
15 CArcCmdLineException(const char *a, const wchar_t *u = NULL);
/external/lzma/CPP/7zip/UI/Console/
DMainAr.cpp66 catch(const CArcCmdLineException &e) in main()