Home
last modified time | relevance | path

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

/external/adhd/cras/client/libcras/src/
Dcras_server_socket.rs50 pub fn try_clone(&self) -> io::Result<CrasServerSocket> { in try_clone() method
/external/crosvm/sys_util/src/
Deventfd.rs75 pub fn try_clone(&self) -> Result<EventFd> { in try_clone() method
Dnet.rs131 pub fn try_clone(&self) -> io::Result<Self> { in try_clone() method
/external/crosvm/crosvm_plugin/src/
Dlib.rs330 fn try_clone(&mut self) -> result::Result<crosvm, c_int> { in try_clone() method