Home
last modified time | relevance | path

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

/external/adhd/cras/client/libcras/src/
Dcras_server_socket.rs80 pub fn try_clone(&self) -> io::Result<CrasServerSocket> { in try_clone() method
/external/rust/crates/mio/src/sys/shell/
Dselector.rs14 pub fn try_clone(&self) -> io::Result<Selector> { in try_clone() method
/external/crosvm/hypervisor/src/
Dlib.rs33 fn try_clone(&self) -> Result<Self> in try_clone() method
44 fn try_clone(&self) -> Result<Self> in try_clone() method
219 fn try_clone(&self) -> Result<Self> in try_clone() method
/external/crosvm/base/src/
Devent.rs39 pub fn try_clone(&self) -> Result<Event> { in try_clone() method
/external/rust/crates/mio/src/
Dpoll.rs617 pub fn try_clone(&self) -> io::Result<Registry> { in try_clone() method
/external/rust/crates/vsock/src/
Dlib.rs122 pub fn try_clone(&self) -> Result<Self> { in try_clone() method
323 pub fn try_clone(&self) -> Result<Self> { in try_clone() method
/external/rust/crates/mio/src/sys/unix/selector/
Depoll.rs43 pub fn try_clone(&self) -> io::Result<Selector> { in try_clone() method
Dkqueue.rs89 pub fn try_clone(&self) -> io::Result<Selector> { in try_clone() method
/external/crosvm/sys_util/src/
Deventfd.rs136 pub fn try_clone(&self) -> Result<EventFd> { in try_clone() method
Dvsock.rs311 pub fn try_clone(&self) -> io::Result<Self> { in try_clone() method
366 pub fn try_clone(&self) -> io::Result<VsockStream> { in try_clone() method
Dtimerfd.rs39 pub fn try_clone(&self) -> std::result::Result<TimerFd, std::io::Error> { in try_clone() method
Ddescriptor.rs132 pub fn try_clone(&self) -> Result<SafeDescriptor> { in try_clone() method
Dnet.rs398 pub fn try_clone(&self) -> io::Result<Self> { in try_clone() method
/external/crosvm/devices/src/irqchip/kvm/
Dmod.rs147 fn try_clone(&self) -> Result<Self> { in try_clone() method
Dx86_64.rs524 fn try_clone(&self) -> Result<Self> { in try_clone() method
/external/crosvm/devices/src/irqchip/
Dmod.rs121 fn try_clone(&self) -> Result<Self> in try_clone() method
/external/libchromeos-rs/src/
Dvsock.rs307 pub fn try_clone(&self) -> io::Result<Self> { in try_clone() method
362 pub fn try_clone(&self) -> io::Result<VsockStream> { in try_clone() method
/external/crosvm/hypervisor/src/kvm/
Dmod.rs136 fn try_clone(&self) -> Result<Self> { in try_clone() method
424 fn try_clone(&self) -> Result<Self> { in try_clone() method
661 fn try_clone(&self) -> Result<Self> { in try_clone() method
/external/rust/crates/tokio/tests/support/
Dmock_file.rs198 pub fn try_clone(&self) -> io::Result<Self> { in try_clone() method
/external/rust/crates/tokio/src/fs/
Dfile.rs388 pub async fn try_clone(&self) -> io::Result<File> { in try_clone() method
/external/rust/crates/mio/src/sys/windows/
Dselector.rs350 pub fn try_clone(&self) -> io::Result<Selector> { in try_clone() method
/external/minijail/rust/minijail/src/
Dlib.rs271 pub fn try_clone(&self) -> Result<Minijail> { in try_clone() method
/external/crosvm/rutabaga_gfx/src/
Drutabaga_utils.rs495 pub fn try_clone(&self) -> RutabagaResult<RutabagaHandle> { in try_clone() method
/external/crosvm/crosvm_plugin/src/
Dlib.rs319 fn try_clone(&mut self) -> result::Result<crosvm, c_int> { in try_clone() method