Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/tests/fs/
H A Dopenat.rs25 | Err(rustix::io::Errno::ISDIR) in test_openat_tmpfile()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs331 pub const ISDIR: Self = Self::from_errno(errno::EISDIR); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs318 pub const ISDIR: Self = Self(c::EISDIR); consts

Completed in 3 milliseconds