Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs304 pub const FBIG: Self = Self::from_errno(errno::EFBIG); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs253 pub const FBIG: Self = Self(c::EFBIG); consts
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs1205 let new_len = offset.checked_add(len).ok_or(io::Errno::FBIG)?;
1238 let length = length.try_into().map_err(|_overflow_err| io::Errno::FBIG)?;

Completed in 5 milliseconds