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