HomeSort by relevance Sort by last modified time
    Searched defs:error_name (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
strerror_r.cpp 48 const char* error_name = __strerror_lookup(error_number); local
49 if (error_name != NULL) {
50 length = snprintf(buf, buf_len, "%s", error_name);
  /external/dbus/dbus/
dbus-marshal-validate.h 191 DECLARE_DBUS_NAME_CHECK(error_name); variable
  /external/dbus/bus/
dispatch.c 213 const char *interface_name, *member_name, *error_name; local
217 error_name = dbus_message_get_error_name (message);
222 error_name ? error_name : "(no error name)",
2325 const char *error_name; local
    [all...]

Completed in 3094 milliseconds