Home
last modified time | relevance | path

Searched refs:EROFS (Results 1 – 25 of 39) sorted by relevance

12

/external/curl/src/
Dtool_dirhie.c64 #ifdef EROFS in show_dir_errno()
65 case EROFS: in show_dir_errno()
/external/openssh/
Dsshpty.c227 if (errno == EROFS && in pty_setowner()
241 if (errno == EROFS && in pty_setowner()
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h33 #define EROFS 30 /* Read-only file system */ macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp309 #ifndef EROFS
310 #error EROFS not defined
/external/libcxx/include/
Dcerrno369 #ifndef EROFS
370 #define EROFS 9974
Dsystem_error183 read_only_file_system, // EROFS
327 read_only_file_system = EROFS,
Dmodule.modulemap41 E2BIG, ECONNRESET, EISCONN, ENOENT, ENOTRECOVERABLE, EROFS,
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h59 #define EROFS ERROR_WRITE_PROTECT macro
/external/libbrillo/brillo/errors/
Derror_codes.cc64 ERROR_ENTRY(EROFS), // Read-only file system
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp88 static_assert(static_cast<int>(std::errc::read_only_file_system) == EROFS, ""); in main()
/external/e2fsprogs/lib/ext2fs/
Dismounted.c202 if (errno == EROFS) in check_mntent_file()
/external/toybox/toys/lsb/
Dmount.c200 if (rc == 0 || (errno != EACCES && errno != EROFS) || (flags&MS_RDONLY)) in mount_filesystem()
/external/libchrome/base/files/
Dfile_posix.cc396 case EROFS: in OSErrorToFileError()
/external/e2fsprogs/e2fsck/
Dunix.c1365 #ifdef EROFS in main()
1366 else if (retval == EROFS) in main()
/external/fio/os/windows/
Dposix.c62 case ERROR_WRITE_PROTECT: return EROFS; in win_to_posix_error()
/external/valgrind/include/vki/
Dvki-darwin.h570 #define VKI_EROFS EROFS
Dvki-solaris.h456 #define VKI_EROFS EROFS
/external/libxml2/
DxmlIO.c386 #ifdef EROFS in __xmlIOErr()
387 else if (errno == EROFS) code = XML_IO_EROFS; in __xmlIOErr()
/external/v8/test/mjsunit/wasm/embenchen/
Dcopy.js1429 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
Dprimes.js1443 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
Dcorrections.js1429 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
Dfannkuch.js1450 …: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/
Dcorrections.js1426 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
Dcopy.js1426 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property
Dprimes.js1440 …:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE… property

12