Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/libdebuggerd/
H A 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()
/aosp12/system/libbase/include/android-base/
H A Dexpected.h89 using error_type = E; variable
93 using rebind = expected<U, error_type>;
427 using error_type = E; variable
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/proto/
H A Dtelemetry.proto155 optional ErrorType error_type = 1; field
/aosp12/system/core/fastboot/
H A Dvendor_boot_img_utils_test.cpp62 Property(&decltype(expr)::error_type::message, error_matcher)))); \