Searched refs:maybe_errno (Results 1 – 1 of 1) sorted by relevance
267 let maybe_errno = e.service_specific_error(); in into_io_error() localVariable268 if maybe_errno > 0 { in into_io_error()269 io::Error::from_raw_os_error(maybe_errno) in into_io_error()