Searched refs:error_name (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/adb/sysdeps/ |
H A D | errno.cpp | 52 #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 60 result->insert(std::make_pair((error_name), (wire_value))) in generate_host_to_wire() 68 #define ERRNO_VALUE(error_name, wire_value) \ in generate_wire_to_host() argument 69 result->insert(std::make_pair((wire_value), (error_name))) in generate_wire_to_host()
|
/aosp12/bionic/libc/bionic/ |
H A D | strerror.cpp | 192 const char* error_name = __strerror_lookup(error_number); in strerror_r() local 193 if (error_name != nullptr) { in strerror_r() 194 length = strlcpy(buf, error_name, buf_len); in strerror_r()
|
/aosp12/art/test/ti-agent/ |
H A D | jvmti_helper.cc | 35 char* error_name; in CheckJvmtiError() local 36 jvmtiError name_error = env->GetErrorName(error, &error_name); in CheckJvmtiError() 40 LOG(FATAL) << "Unexpected error: " << error_name; in CheckJvmtiError()
|
/aosp12/frameworks/native/libs/vr/libpdx_uds/ |
H A D | channel_event_set.cpp | 19 const char* error_name) { in SetupHandle() argument 23 ALOGE("SetupHandle: Failed to setup %s handle: %s", error_name, in SetupHandle()
|