Home
last modified time | relevance | path

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

/external/crosvm/net_util/src/sys/unix/
Dtap.rs132 fn new_with_name(name: &[u8], vnet_hdr: bool, multi_vq: bool) -> Result<Tap> { in new_with_name() method
501 fn new_with_name(_: &[u8], _: bool, _: bool) -> Result<FakeTap> { in new_with_name() method
/external/crosvm/net_util/src/
Dlib.rs167 fn new_with_name(name: &[u8], vnet_hdr: bool, multi_vq: bool) -> Result<Self>; in new_with_name() method
/external/crosvm/net_util/src/slirp/sys/
Dwindows.rs159 fn new_with_name(_name: &[u8], _vnet_hdr: bool, _multi_vq: bool) -> Result<Self> { in new_with_name() method
/external/rust/crates/rusqlite/src/
Dsession.rs39 pub fn new_with_name<'conn>( in new_with_name() method