Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DEnumDirItems.h18 struct CMessagePathException: public UString struct
20 CMessagePathException(const char *a, const wchar_t *u = NULL);
21 CMessagePathException(const wchar_t *a, const wchar_t *u = NULL);
DEnumDirItems.cpp1501 throw CMessagePathException(kCannotFindArchive); in EnumerateDirItemsAndSort()
1526 throw CMessagePathException("Duplicate archive path:", sortedFullPaths[i]); in EnumerateDirItemsAndSort()
1621 CMessagePathException::CMessagePathException(const char *a, const wchar_t *u) in CMessagePathException() function in CMessagePathException
1631 CMessagePathException::CMessagePathException(const wchar_t *a, const wchar_t *u) in CMessagePathException() function in CMessagePathException
DArchiveCommandLine.h15 typedef CMessagePathException CArcCmdLineException;
/third_party/lzma/CPP/7zip/UI/Console/
DMainAr.cpp96 catch(const CMessagePathException &e) in main()