Home
last modified time | relevance | path

Searched refs:ERROR_ENTRY (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/errors/
Derror_codes.cc34 #define ERROR_ENTRY(err) { #err, err } macro
35 ERROR_ENTRY(EPERM), // Operation not permitted
36 ERROR_ENTRY(ENOENT), // No such file or directory
37 ERROR_ENTRY(ESRCH), // No such process
38 ERROR_ENTRY(EINTR), // Interrupted system call
39 ERROR_ENTRY(EIO), // I/O error
40 ERROR_ENTRY(ENXIO), // No such device or address
41 ERROR_ENTRY(E2BIG), // Argument list too long
42 ERROR_ENTRY(ENOEXEC), // Exec format error
43 ERROR_ENTRY(EBADF), // Bad file number
[all …]
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c263 }ERROR_ENTRY; typedef
265 static ERROR_ENTRY ErrorTable[] = {