Home
last modified time | relevance | path

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

12

/external/crosvm/devices/src/virtio/video/
Dresource.rs63 fn try_clone(&self) -> Result<Self, base::Error>; in try_clone() method
86 fn try_clone(&self) -> Result<Self, base::Error> { in try_clone() method
130 fn try_clone(&self) -> Result<Self, base::Error> { in try_clone() method
152 fn try_clone(&self) -> Result<Self, base::Error> { in try_clone() method
312 pub fn try_clone(&self) -> Result<Self, base::Error> { in try_clone() method
/external/crosvm/devices/src/
Dirq_event.rs15 pub fn try_clone(&self) -> Result<IrqEdgeEvent> { in try_clone() method
58 pub fn try_clone(&self) -> Result<IrqLevelEvent> { in try_clone() method
/external/crosvm/common/cros_asyncv2/src/unix/
Devent.rs49 pub fn try_clone(&self) -> anyhow::Result<Event> { in try_clone() method
Dfile.rs112 pub fn try_clone(&self) -> anyhow::Result<File> { in try_clone() method
/external/crosvm/base/src/
Devent.rs41 pub fn try_clone(&self) -> Result<Event> { in try_clone() method
Dtube.rs41 pub fn try_clone(&self) -> Result<Self> { in try_clone() method
/external/crosvm/common/cros_asyncv2/src/
Devent.rs38 pub fn try_clone(&self) -> anyhow::Result<Event> { 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/base/src/windows/win/
Dmod.rs136 pub fn try_clone(&self) -> Result<Self> { in try_clone() method
Devent.rs170 pub fn try_clone(&self) -> Result<Event> { in try_clone() method
/external/crosvm/hypervisor/src/
Dlib.rs32 fn try_clone(&self) -> Result<Self> in try_clone() method
43 fn try_clone(&self) -> Result<Self> in try_clone() method
221 fn try_clone(&self) -> Result<Self> in try_clone() method
/external/crosvm/base/src/unix/
Dtube.rs52 pub fn try_clone(&self) -> Result<Self> { in try_clone() method
Deventfd.rs137 pub fn try_clone(&self) -> Result<EventFd> { in try_clone() method
Ddescriptor.rs125 pub fn try_clone(&self) -> Result<SafeDescriptor> { in try_clone() method
Dvsock.rs313 pub fn try_clone(&self) -> io::Result<Self> { in try_clone() method
368 pub fn try_clone(&self) -> io::Result<VsockStream> { in try_clone() method
Dtimerfd.rs38 pub fn try_clone(&self) -> std::result::Result<TimerFd, std::io::Error> { in try_clone() method
/external/rust/crates/mio/src/
Dpoll.rs617 pub fn try_clone(&self) -> io::Result<Registry> { in try_clone() method
/external/crosvm/base/src/windows/
Deventfd.rs134 pub fn try_clone(&self) -> Result<Event> { in try_clone() method
Ddescriptor.rs99 pub fn try_clone(&self) -> Result<SafeDescriptor> { in try_clone() method
/external/rust/crates/vsock/src/
Dlib.rs124 pub fn try_clone(&self) -> Result<Self> { in try_clone() method
326 pub fn try_clone(&self) -> Result<Self> { in try_clone() method
/external/crosvm/common/sys_util/src/
Deventfd.rs138 pub fn try_clone(&self) -> Result<EventFd> { in try_clone() method
Dvsock.rs313 pub fn try_clone(&self) -> io::Result<Self> { in try_clone() method
368 pub fn try_clone(&self) -> io::Result<VsockStream> { in try_clone() method
/external/crosvm/net_util/src/
Dlib.rs268 fn try_clone(&self) -> Result<Self>; in try_clone() method
531 fn try_clone(&self) -> Result<Tap> { in try_clone() method
676 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
/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

12