HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_ENTRY (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/errors/
error_codes.cc 34 #define ERROR_ENTRY(err) { #err, err }
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 numbe
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 263 }ERROR_ENTRY;
265 static ERROR_ENTRY ErrorTable[] = {

Completed in 559 milliseconds