Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dafd.rs112 let raw_error = io::Error::from_raw_os_error(RtlNtStatusToDosError(status) as i32); in new() localVariable
115 return Err(io::Error::new(raw_error.kind(), msg)); in new()