Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/io/
H A Dprocfs.rs190 io::Errno::XDEV => true, // the rename failed due to crossing a mount point
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs514 pub const XDEV: Self = Self::from_errno(errno::EXDEV); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs1061 pub const XDEV: Self = Self(c::EXDEV); consts

Completed in 4 milliseconds