Home
last modified time | relevance | path

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

/external/crosvm/net_util/src/
Dlib.rs157 fn new_with_name(name: &[u8], vnet_hdr: bool, multi_vq: bool) -> Result<Self>; in new_with_name() method
/external/crosvm/net_util/src/sys/linux/
Dtap.rs158 fn new_with_name(name: &[u8], vnet_hdr: bool, multi_vq: bool) -> Result<Tap> { in new_with_name() method
556 fn new_with_name(_: &[u8], _: bool, _: bool) -> Result<FakeTap> { in new_with_name() method
/external/crosvm/net_util/src/slirp/sys/
Dwindows.rs161 fn new_with_name(_name: &[u8], _vnet_hdr: bool, _multi_vq: bool) -> Result<Self> { in new_with_name() method
/external/rust/crates/threadpool/src/
Dlib.rs407 pub fn new_with_name(name: String, num_threads: usize) -> ThreadPool { in new_with_name() method
/external/rust/crates/rusqlite/src/
Dsession.rs41 pub fn new_with_name<'conn>( in new_with_name() method