/external/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat02.c | 72 { &dir_fd, "tnode4", FIFOMODE, EROFS }, 73 { &dir_fd, "tnode5", FREGMODE, EROFS }, 74 { &dir_fd, "tnode6", SOCKMODE, EROFS },
|
/external/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat02.c | 30 {&dir_fd, TEST_DIR, EROFS}, 31 {&cur_fd, TEST_DIR, EROFS},
|
/external/rust/crates/nix/src/ |
D | errno.rs | 151 EROFS => "Read-only file system", in desc() 669 EROFS = libc::EROFS, enumerator 812 libc::EROFS => EROFS, in from_i32() 956 EROFS = libc::EROFS, enumerator 1074 libc::EROFS => EROFS, in from_i32() 1191 EROFS = libc::EROFS, enumerator 1299 libc::EROFS => EROFS, in from_i32() 1407 EROFS = libc::EROFS, enumerator 1514 libc::EROFS => EROFS, in from_i32() 1620 EROFS = libc::EROFS, enumerator [all …]
|
/external/curl/src/ |
D | tool_dirhie.c | 64 #ifdef EROFS in show_dir_errno() 65 case EROFS: in show_dir_errno()
|
/external/llvm-project/libcxx/include/ |
D | errno.h | 371 #ifndef EROFS 372 #define EROFS 9974 macro
|
D | __errc | 85 read_only_file_system, // EROFS 194 read_only_file_system = EROFS,
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 107 EROFS, "EROFS", EROFS}, {
|
D | 4-1.c | 102 EROFS, "EROFS"}, {
|
/external/libcxx/include/ |
D | errno.h | 372 #ifndef EROFS 373 #define EROFS 9974 macro
|
D | __errc | 86 read_only_file_system, // EROFS 195 read_only_file_system = EROFS,
|
/external/openssh/ |
D | sshpty.c | 194 if (errno == EROFS && in pty_setowner() 208 if (errno == EROFS && in pty_setowner()
|
/external/erofs-utils/ |
D | METADATA | 2 description: "EROFS Utilities"
|
D | AUTHORS | 1 EROFS USERSPACE UTILITIES
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 34 #define EROFS 30 /* Read-only file system */ macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 305 #ifndef EROFS 306 #error EROFS not defined
|
/external/llvm-project/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 306 #ifndef EROFS 307 #error EROFS not defined
|
/external/ltp/testcases/kernel/syscalls/fchmod/ |
D | fchmod06.c | 32 {&fd3, 0644, EROFS},
|
/external/ltp/testcases/kernel/syscalls/link/ |
D | link08.c | 42 {TEST_FILE2, TEST_FILE3, EROFS},
|
/external/rust/crates/nix/test/ |
D | test_mount.rs | 16 use libc::{EACCES, EROFS}; 99 assert_eq!(EROFS as i32, in test_mount_rdonly_disallows_write()
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 77 #define EROFS 30 /* Read-only filesystem */ macro
|
/external/strace/tests-m32/ |
D | errno2name.c | 423 #ifdef EROFS in errno2name() 424 CASE(EROFS); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 423 #ifdef EROFS in errno2name() 424 CASE(EROFS); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 423 #ifdef EROFS in errno2name() 424 CASE(EROFS); in errno2name()
|
/external/ltp/testcases/kernel/syscalls/access/ |
D | access04.c | 56 {MNT_POINT, W_OK, EROFS}
|
/external/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir03.c | 47 {TST_EROFS, EROFS},
|