Searched refs:try_clone (Results 1 – 3 of 3) sorted by relevance
90 pub fn try_clone(&self) -> crate::io::Result<Self> { in try_clone() method108 pub fn try_clone(&self) -> crate::io::Result<Self> { in try_clone() method
125 pub fn try_clone(&self) -> std::io::Result<Self> { in try_clone() method206 pub fn try_clone(&self) -> std::io::Result<Self> { in try_clone() method274 pub fn try_clone(&self) -> std::io::Result<Self> { in try_clone() method
83 let mut dir = RawDir::new(dirfd.try_clone().unwrap(), buf); in test_raw_dir()