Home
last modified time | relevance | path

Searched refs:CMessagePathException (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.h22 struct CMessagePathException: public UString struct
24 CMessagePathException(const char *a, const wchar_t *u = NULL);
25 CMessagePathException(const wchar_t *a, const wchar_t *u = NULL);
DEnumDirItems.cpp965 throw CMessagePathException(kCannotFindArchive); in EnumerateDirItemsAndSort()
990 throw CMessagePathException("Duplicate archive path:", sortedFullPaths[i]); in EnumerateDirItemsAndSort()
1078 CMessagePathException::CMessagePathException(const char *a, const wchar_t *u) in CMessagePathException() function in CMessagePathException
1088 CMessagePathException::CMessagePathException(const wchar_t *a, const wchar_t *u) in CMessagePathException() function in CMessagePathException
DArchiveCommandLine.h15 typedef CMessagePathException CArcCmdLineException;
/external/lzma/CPP/7zip/UI/Console/
DMainAr.cpp90 catch(const CMessagePathException &e) in main()