Home
last modified time | relevance | path

Searched refs:try_clone (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/io/fd/
Downed.rs90 pub fn try_clone(&self) -> crate::io::Result<Self> { in try_clone() method
108 pub fn try_clone(&self) -> crate::io::Result<Self> { in try_clone() method
/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs125 pub fn try_clone(&self) -> std::io::Result<Self> { in try_clone() method
206 pub fn try_clone(&self) -> std::io::Result<Self> { in try_clone() method
274 pub fn try_clone(&self) -> std::io::Result<Self> { in try_clone() method
/third_party/rust/crates/rustix/tests/fs/
Dreaddir.rs83 let mut dir = RawDir::new(dirfd.try_clone().unwrap(), buf); in test_raw_dir()