Home
last modified time | relevance | path

Searched refs:error_type (Results 1 – 3 of 3) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dscudo.cpp79 return error_info_.reports[0].error_type != UNKNOWN; in CrashIsMine()
88 switch (report->error_type) { in FillInCause()
129 error_info_.reports[report_num].error_type != UNKNOWN) { in AddCauseProtos()
135 if (error_info_.reports[1].error_type != UNKNOWN) { in DumpCause()
143 error_info_.reports[report_num].error_type != UNKNOWN) { in DumpCause()
151 switch (report->error_type) { in DumpReport()
/system/libbase/include/android-base/
Dexpected.h89 using error_type = E; variable
93 using rebind = expected<U, error_type>;
427 using error_type = E; variable
/system/core/fastboot/
Dvendor_boot_img_utils_test.cpp62 Property(&decltype(expr)::error_type::message, error_matcher)))); \