Home
last modified time | relevance | path

Searched defs:ISDIR (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs318 pub const ISDIR: Self = Self(c::EISDIR); consts
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs331 pub const ISDIR: Self = Self::from_errno(errno::EISDIR); consts

Completed in 2 milliseconds