Home
last modified time | relevance | path

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

/external/crosvm/net_util/src/
Dlib.rs212 fn new_with_name(name: &[u8], vnet_hdr: bool, multi_vq: bool) -> Result<Self>; in new_with_name() method
275 fn new_with_name(name: &[u8], vnet_hdr: bool, multi_vq: bool) -> Result<Tap> { in new_with_name() method
608 fn new_with_name(_: &[u8], _: bool, _: bool) -> Result<FakeTap> { in new_with_name() method
/external/rust/crates/rusqlite/src/
Dsession.rs39 pub fn new_with_name<'conn>( in new_with_name() method