Home
last modified time | relevance | path

Searched defs:raw_os_error (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/library/std/src/io/
Derror.rs659 pub fn raw_os_error(&self) -> Option<RawOsError> { in raw_os_error() method
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs53 pub const fn raw_os_error(self) -> i32 { in raw_os_error() method
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs1093 pub const fn raw_os_error(self) -> i32 { in raw_os_error() method