Searched refs:__BIONIC_ERRDEF (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/private/ |
D | bionic_errdefs.h | 34 #ifndef __BIONIC_ERRDEF 35 #error __BIONIC_ERRDEF not defined 38 __BIONIC_ERRDEF(0, "Success") 39 __BIONIC_ERRDEF(EPERM, "Operation not permitted") 40 __BIONIC_ERRDEF(ENOENT, "No such file or directory") 41 __BIONIC_ERRDEF(ESRCH, "No such process") 42 __BIONIC_ERRDEF(EINTR, "Interrupted system call") 43 __BIONIC_ERRDEF(EIO, "I/O error") 44 __BIONIC_ERRDEF(ENXIO, "No such device or address") 45 __BIONIC_ERRDEF(E2BIG, "Argument list too long") [all …]
|
/bionic/libc/bionic/ |
D | strerror.cpp | 47 #define __BIONIC_ERRDEF(error_number, error_description) [error_number] = error_description, macro 52 #define __BIONIC_ERRDEF(error_number, error_description) [error_number] = #error_number, macro
|