Home
last modified time | relevance | path

Searched refs:ArchiveError (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/spir/
Dexceptions.h46 class ArchiveError : public std::runtime_error
49 ArchiveError(int errCode): std::runtime_error(mz_error(errCode)){} in ArchiveError() function
Dmain.cpp244 throw Exceptions::ArchiveError(MZ_DATA_ERROR); in extract_suite()
255 throw Exceptions::ArchiveError(MZ_DATA_ERROR); in extract_suite()
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dexceptions.py49 class ArchiveError(Exception): class
51 super(ArchiveError, self).__init__(msg)
Darchive_info.py57 raise exceptions.ArchiveError(
64 raise exceptions.ArchiveError(
Ddependency_manager_util.py41 raise exceptions.ArchiveError(
Ddependency_manager_util_unittest.py194 exceptions.ArchiveError, dependency_manager_util.VerifySafeArchive,