Home
last modified time | relevance | path

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

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