Home
last modified time | relevance | path

Searched refs:ERRNO_NOT_POSITIVE (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/getrandom/src/
Derror.rs37 pub const ERRNO_NOT_POSITIVE: Error = internal_error(1); constant
160 Error::ERRNO_NOT_POSITIVE => Some("errno: did not return a positive value"), in internal_desc()
Dutil_libc.rs43 Error::ERRNO_NOT_POSITIVE in last_os_error()