Home
last modified time | relevance | path

Searched refs:RUSR (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/rustix/tests/fs/
Dinvalid_offset.rs23 Mode::RUSR | Mode::WUSR, in invalid_offset_seek()
52 Mode::RUSR | Mode::WUSR, in invalid_offset_fallocate()
82 Mode::RUSR | Mode::WUSR, in invalid_offset_fadvise()
114 Mode::RUSR | Mode::WUSR, in invalid_offset_pread()
134 Mode::RUSR | Mode::WUSR, in invalid_offset_pwrite()
154 Mode::RUSR | Mode::WUSR, in invalid_offset_copy_file_range()
161 Mode::RUSR | Mode::WUSR, in invalid_offset_copy_file_range()
Dopenat2.rs46 Mode::RUSR, in test_openat2()
173 mkdirat(&dir, "proc", Mode::RUSR | Mode::XUSR).unwrap(); in test_openat2()
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()
Dlong_paths.rs14 mkdirat(&dir, "a", Mode::RUSR | Mode::XUSR | Mode::WUSR).unwrap(); in test_long_paths()
/third_party/rust/crates/rustix/tests/io/
Dread_write.rs18 Mode::RUSR | Mode::WUSR, in test_readwrite_pv()
56 Mode::RUSR | Mode::WUSR, in test_readwrite_p()
81 Mode::RUSR | Mode::WUSR, in test_readwrite_v()
108 Mode::RUSR | Mode::WUSR, in test_readwrite()
162 Mode::RUSR | Mode::WUSR, in test_pwritev2()
/third_party/rust/crates/rustix/tests/mm/
Dmmap.rs20 Mode::RUSR, in test_mmap()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs67 const RUSR = linux_raw_sys::general::S_IRUSR; constant
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs79 const RUSR = c::S_IRUSR as RawMode; constant