HomeSort by relevance Sort by last modified time
    Searched refs:CArcCmdLineException (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 13 struct CArcCmdLineException: public UString
15 CArcCmdLineException(const char *a, const wchar_t *u = NULL);
ArchiveCommandLine.cpp 67 CArcCmdLineException::CArcCmdLineException(const char *a, const wchar_t *u)
360 throw CArcCmdLineException("Unsupported rename command:", val);
371 throw CArcCmdLineException(kCannotFindListFile, fileName);
373 throw CArcCmdLineException(kIncorrectListFile, fileName);
377 throw CArcCmdLineException(kIncorrectListFile, fileName);
408 throw CArcCmdLineException(kEmptyFilePath);
429 throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIndex]);
569 throw CArcCmdLineException(errorMessage, strings[i]);
742 throw CArcCmdLineException(errorMessage, updatePostStrings[i]);
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
MainAr.cpp 66 catch(const CArcCmdLineException &e)

Completed in 616 milliseconds