Searched refs:VmConfig (Results 1 – 3 of 3) sorted by relevance
38 pub struct VmConfig { struct72 impl VmConfig { argument91 pub fn load(file: &File) -> Result<VmConfig, Error> { in load() argument93 let config: VmConfig = serde_json::from_reader(buffered)?; in load()
42 use vmconfig::{get_debug_level, open_parcel_file, VmConfig};250 VmConfig::load(&config_file).context("Failed to parse config file")?.to_parcelable()?; in command_run()
91 use vmconfig::{VmConfig, get_debug_level};950 let mut vm_config = VmConfig::load(&vm_config_file)?.to_parcelable()?; in load_app_config()