Searched defs:ISDIR (Results 1 – 3 of 3) sorted by relevance
367 pub const ISDIR: Self = Self::from_errno(errno::EISDIR); constant
311 pub const ISDIR: Self = Self(c::EISDIR); constant
339 const ISDIR = ffi::IN_ISDIR; constant