Lines Matching refs:to_str
208 self.to_str().ok_or(io::Errno::INVAL)
247 OsString::as_os_str(self).to_str().ok_or(io::Errno::INVAL)
285 self.as_os_str().to_str().ok_or(io::Errno::INVAL)
324 self.as_os_str().to_str().ok_or(io::Errno::INVAL)
365 .to_str()
404 self.as_os_str().to_str().ok_or(io::Errno::INVAL)
445 self.to_str().map_err(|_utf8_err| io::Errno::INVAL)
513 self.to_str().map_err(|_utf8_err| io::Errno::INVAL)
590 (**self).to_str().ok_or(io::Errno::INVAL)
632 self.to_str().map_err(|_utf8_err| io::Errno::INVAL)
668 self.as_os_str().to_str().ok_or(io::Errno::INVAL)
707 self.as_path().to_str().ok_or(io::Errno::INVAL)
748 self.as_path().to_str().ok_or(io::Errno::INVAL)