Searched refs:into_io_error (Results 1 – 6 of 6) sorted by relevance
51 - New convenience methods [`FromPathBufError::into_io_error`] and52 [`FromPathError::into_io_error`].
155 pub fn into_io_error(self) -> Option<io::Error> { in into_io_error() method
76 pub fn into_io_error(self) -> Result<io::Error, Error> { in into_io_error() method
3759 .into_io_error() in read_uninit()4023 .into_io_error() in write()
1226 .and_then(|path| path.try_into().map_err(FromPathBufError::into_io_error)) in canonicalize_utf8()1274 .and_then(|path| path.try_into().map_err(FromPathBufError::into_io_error)) in read_link_utf8()2621 pub fn into_io_error(self) -> io::Error { in into_io_error() method2676 pub fn into_io_error(self) -> io::Error { in into_io_error() method3149 Utf8PathBuf::try_from(std::path::absolute(path)?).map_err(|error| error.into_io_error()) in absolute_utf8()
280 .into_io_error() in poll_shutdown()