Searched refs:from_raw_vec (Results 1 – 3 of 3) sorted by relevance
540 fn from_raw_vec(string: Vec<u8>) -> Result<Self>;571 fn from_raw_vec(string: Vec<u8>) -> Result<Self> { in from_raw_vec() method588 fn from_raw_vec(string: Vec<u8>) -> Result<Self> { in from_raw_vec() method589 OsString::from_raw_vec(string).map(Into::into) in from_raw_vec()
1098 pub fn from_raw_vec(string: Vec<u8>) -> Result<Self> {
54 let os_string = OsString::from_raw_vec(string.clone());57 let path = PathBuf::from_raw_vec(string.clone());