Searched defs:CompOsInstance (Results 1 – 3 of 3) sorted by relevance
36 pub struct CompOsInstance { struct46 impl CompOsInstance { argument101 ) -> Result<CompOsInstance> { in start_new_instance()130 ) -> Result<CompOsInstance> { in start_vm()
42 pub fn start_current_instance(&self) -> Result<CompOsInstance> { in start_current_instance()49 pub fn start_test_instance(&self, prefer_staged: bool) -> Result<CompOsInstance> { in start_test_instance()61 ) -> Result<CompOsInstance> { in start_instance()
80 comp_os: CompOsInstance, in start()