Home
last modified time | relevance | path

Searched refs:OPNOTSUPP (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/tests/fs/
H A Dopenat.rs24 Err(rustix::io::Errno::OPNOTSUPP) in test_openat_tmpfile()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs449 pub const OPNOTSUPP: Self = Self::from_errno(errno::EOPNOTSUPP); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs808 pub const OPNOTSUPP: Self = Self(c::EOPNOTSUPP); consts

Completed in 4 milliseconds