Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dconfig_file.rs22 pub fn new_from_file(filename: &str) -> Result<Config, String> { in new_from_file() function
/aosp_15_r20/external/crosvm/vm_memory/src/
H A Dguest_memory.rs193 pub fn new_from_file( in new_from_file() method