Home
last modified time | relevance | path

Searched defs:error_name (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/adb/sysdeps/
H A Derrno.cpp52 #define ERRNO_VALUE(error_name, wire_value) static_assert((error_name) == (wire_value), "") argument
59 #define ERRNO_VALUE(error_name, wire_value) \ in generate_host_to_wire() argument
68 #define ERRNO_VALUE(error_name, wire_value) \ in generate_wire_to_host() argument
/aosp12/bionic/libc/bionic/
H A Dstrerror.cpp192 const char* error_name = __strerror_lookup(error_number); in strerror_r() local
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dchannel_event_set.cpp19 const char* error_name) { in SetupHandle()
/aosp12/art/test/ti-agent/
H A Djvmti_helper.cc35 char* error_name; in CheckJvmtiError() local