Home
last modified time | relevance | path

Searched defs:ArchiveError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Dexceptions.h49 ArchiveError(int errCode): std::runtime_error(mz_error(errCode)){} in ArchiveError() function
/aosp_15_r20/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Dexceptions.py49 class ArchiveError(Exception): class