Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs59 pub const fn from_raw_os_error(raw: i32) -> Self { in from_raw_os_error() method
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs1099 pub const fn from_raw_os_error(raw: i32) -> Self { in from_raw_os_error() method