Home
last modified time | relevance | path

Searched defs:bytes_to_os_str (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/miri/src/shims/
Dos_str.rs22 pub fn bytes_to_os_str<'tcx>(bytes: &[u8]) -> InterpResult<'tcx, &OsStr> { in bytes_to_os_str() function
26 pub fn bytes_to_os_str<'tcx>(bytes: &[u8]) -> InterpResult<'tcx, &OsStr> { in bytes_to_os_str() function