Home
last modified time | relevance | path

Searched defs:XDEV (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs514 pub const XDEV: Self = Self::from_errno(errno::EXDEV); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs1061 pub const XDEV: Self = Self(c::EXDEV); constant