Searched refs:from_utf8 (Results 1 – 3 of 3) sorted by relevance
34 let output = try!(str::from_utf8(&output.stdout).map_err(error::from_utf8)); in from_rustc()
59 pub fn from_utf8(e: str::Utf8Error) -> Error { in from_utf8() function
274 Ok(str::from_utf8(&out).unwrap().trim_end().to_owned()) in get_variable()406 library.parse_modversion(str::from_utf8(&output).unwrap()); in probe()858 words.push(String::from_utf8(word).unwrap()); in split_flags()867 words.push(String::from_utf8(word).unwrap()); in split_flags()