Home
last modified time | relevance | path

Searched refs:WRONLY (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/crates/rustix/tests/fs/
Drenameat.rs23 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()
Dinvalid_offset.rs22 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()
Dutimensat.rs18 OFlags::CREATE | OFlags::WRONLY | OFlags::CLOEXEC, in test_utimensat()
108 OFlags::CREATE | OFlags::WRONLY | OFlags::CLOEXEC, in test_utimensat_notdir()
Dopenat.rs19 OFlags::WRONLY | OFlags::CLOEXEC | OFlags::TMPFILE, in test_openat_tmpfile()
Dy2038.rs33 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()
Dfutimens.rs12 OFlags::CREATE | OFlags::WRONLY | OFlags::CLOEXEC, in test_futimens()
Dopenat2.rs45 OFlags::WRONLY | OFlags::CREATE | OFlags::TRUNC | OFlags::CLOEXEC, in test_openat2()
/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.c51 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()
Dlocktests.h109 WRONLY, enumerator
/third_party/rust/crates/rustix/tests/mm/
Dmmap.rs19 OFlags::CREATE | OFlags::WRONLY | OFlags::TRUNC, in test_mmap()
/third_party/rust/crates/rustix/src/fs/
Dfd.rs283 crate::fs::OFlags::WRONLY => Ok((false, true)), in _is_file_read_write()
/third_party/libwebsockets/READMEs/
DREADME.plugin-acme.md149 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/
Dtypes.rs173 const WRONLY = linux_raw_sys::general::O_WRONLY; constant
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs206 const WRONLY = c::O_WRONLY; constant