/external/curl/src/ |
D | tool_dirhie.c | 64 #ifdef EROFS in show_dir_errno() 65 case EROFS: in show_dir_errno()
|
/external/openssh/ |
D | sshpty.c | 227 if (errno == EROFS && in pty_setowner() 241 if (errno == EROFS && in pty_setowner()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 33 #define EROFS 30 /* Read-only file system */ macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 309 #ifndef EROFS 310 #error EROFS not defined
|
/external/libcxx/include/ |
D | cerrno | 369 #ifndef EROFS 370 #define EROFS 9974
|
D | system_error | 183 read_only_file_system, // EROFS 327 read_only_file_system = EROFS,
|
D | module.modulemap | 41 E2BIG, ECONNRESET, EISCONN, ENOENT, ENOTRECOVERABLE, EROFS,
|
/external/dbus/dbus/ |
D | dbus-sysdeps-wince-glue.h | 59 #define EROFS ERROR_WRITE_PROTECT macro
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 64 ERROR_ENTRY(EROFS), // Read-only file system
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 88 static_assert(static_cast<int>(std::errc::read_only_file_system) == EROFS, ""); in main()
|
/external/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 202 if (errno == EROFS) in check_mntent_file()
|
/external/toybox/toys/lsb/ |
D | mount.c | 200 if (rc == 0 || (errno != EACCES && errno != EROFS) || (flags&MS_RDONLY)) in mount_filesystem()
|
/external/libchrome/base/files/ |
D | file_posix.cc | 396 case EROFS: in OSErrorToFileError()
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 1365 #ifdef EROFS in main() 1366 else if (retval == EROFS) in main()
|
/external/fio/os/windows/ |
D | posix.c | 62 case ERROR_WRITE_PROTECT: return EROFS; in win_to_posix_error()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 570 #define VKI_EROFS EROFS
|
D | vki-solaris.h | 456 #define VKI_EROFS EROFS
|
/external/libxml2/ |
D | xmlIO.c | 386 #ifdef EROFS in __xmlIOErr() 387 else if (errno == EROFS) code = XML_IO_EROFS; in __xmlIOErr()
|
/external/v8/test/mjsunit/wasm/embenchen/ |
D | copy.js | 1429 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
|
D | primes.js | 1443 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
|
D | corrections.js | 1429 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
|
D | fannkuch.js | 1450 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | corrections.js | 1426 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
|
D | copy.js | 1426 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
|
D | primes.js | 1440 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
|