Searched refs:cfg_startup_with_shell (Results 1 – 3 of 3) sorted by relevance
237 fn cfg_startup_with_shell(&mut self, enabled: bool) -> TargetResult<(), Self>; in cfg_startup_with_shell() method
121 fn cfg_startup_with_shell(&mut self, enabled: bool) -> TargetResult<(), Self> { in cfg_startup_with_shell() method
919 ops.cfg_startup_with_shell(cmd.value).handle_error()?; in handle_extended_mode()