Searched refs:WRONLY (Results 1 – 14 of 14) sorted by relevance
/third_party/rust/crates/rustix/tests/fs/ |
D | renameat.rs | 23 let _ = openat(&dir, "foo", OFlags::CREATE | OFlags::WRONLY, Mode::empty()).unwrap(); in test_renameat() 46 let _ = openat(&dir, "foo", OFlags::CREATE | OFlags::WRONLY, Mode::empty()).unwrap(); in test_renameat_overwrite() 47 let _ = openat(&dir, "bar", OFlags::CREATE | OFlags::WRONLY, Mode::empty()).unwrap(); in test_renameat_overwrite() 68 let _ = openat(&dir, "foo", OFlags::CREATE | OFlags::WRONLY, Mode::empty()).unwrap(); in test_renameat_with() 83 OFlags::CREATE | OFlags::WRONLY, in test_renameat_with()
|
D | invalid_offset.rs | 22 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_seek() 51 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_fallocate() 81 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_fadvise() 133 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_pwrite() 160 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_copy_file_range()
|
D | utimensat.rs | 18 OFlags::CREATE | OFlags::WRONLY | OFlags::CLOEXEC, in test_utimensat() 108 OFlags::CREATE | OFlags::WRONLY | OFlags::CLOEXEC, in test_utimensat_notdir()
|
D | openat.rs | 19 OFlags::WRONLY | OFlags::CLOEXEC | OFlags::TMPFILE, in test_openat_tmpfile()
|
D | y2038.rs | 33 let _ = openat(&dir, "foo", OFlags::CREATE | OFlags::WRONLY, Mode::RUSR).unwrap(); in test_y2038_with_utimensat() 132 let file = openat(&dir, "foo", OFlags::CREATE | OFlags::WRONLY, Mode::RUSR).unwrap(); in test_y2038_with_futimens()
|
D | futimens.rs | 12 OFlags::CREATE | OFlags::WRONLY | OFlags::CLOEXEC, in test_futimens()
|
D | openat2.rs | 45 OFlags::WRONLY | OFlags::CREATE | OFlags::TRUNC | OFlags::CLOEXEC, in test_openat2()
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | locktests.c | 51 int LIST_TESTS[] = { WRONLY, WRONLY, 617 case WRONLY: in master() 801 case WRONLY: in slave() 803 P("TEST WRITE ONLY %d\n", WRONLY); in slave()
|
D | locktests.h | 109 WRONLY, enumerator
|
/third_party/rust/crates/rustix/tests/mm/ |
D | mmap.rs | 19 OFlags::CREATE | OFlags::WRONLY | OFlags::TRUNC, in test_mmap()
|
/third_party/rust/crates/rustix/src/fs/ |
D | fd.rs | 283 crate::fs::OFlags::WRONLY => Ok((false, true)), in _is_file_read_write()
|
/third_party/libwebsockets/READMEs/ |
D | README.plugin-acme.md | 149 It does this by opening and holding two WRONLY fds on "update paths" inside the
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 173 const WRONLY = linux_raw_sys::general::O_WRONLY; constant
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 206 const WRONLY = c::O_WRONLY; constant
|