Home
last modified time | relevance | path

Searched refs:execute_host_command (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/rust/mozdevice/src/
H A Dlib.rs364 pub fn execute_host_command( in execute_host_command() method
495 pub fn execute_host_command( in execute_host_command() method
554 return self.execute_host_command( in execute_host_shell_command_as()
563 return self.execute_host_command( in execute_host_shell_command_as()
575 return self.execute_host_command( in execute_host_shell_command_as()
590 return self.execute_host_command( in execute_host_shell_command_as()
599 return self.execute_host_command( in execute_host_shell_command_as()
606 return self.execute_host_command( in execute_host_shell_command_as()
664 self.execute_host_command(&command, true, false).and(Ok(())) in kill_forward_port()
685 self.execute_host_command(&command, true, true).and(Ok(())) in kill_reverse_port()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/rust/mozdevice/src/
H A Dlib.rs364 pub fn execute_host_command( in execute_host_command() method
495 pub fn execute_host_command( in execute_host_command() method
554 return self.execute_host_command( in execute_host_shell_command_as()
563 return self.execute_host_command( in execute_host_shell_command_as()
575 return self.execute_host_command( in execute_host_shell_command_as()
590 return self.execute_host_command( in execute_host_shell_command_as()
599 return self.execute_host_command( in execute_host_shell_command_as()
606 return self.execute_host_command( in execute_host_shell_command_as()
664 self.execute_host_command(&command, true, false).and(Ok(())) in kill_forward_port()
685 self.execute_host_command(&command, true, true).and(Ok(())) in kill_reverse_port()
[all …]
/dports/www/firefox/firefox-99.0/testing/mozbase/rust/mozdevice/src/
H A Dlib.rs321 pub fn execute_host_command( in execute_host_command() method
471 pub fn execute_host_command( in execute_host_command() method
529 return self.execute_host_command( in execute_host_shell_command_as()
538 return self.execute_host_command( in execute_host_shell_command_as()
550 return self.execute_host_command( in execute_host_shell_command_as()
565 return self.execute_host_command( in execute_host_shell_command_as()
574 return self.execute_host_command( in execute_host_shell_command_as()
581 return self.execute_host_command( in execute_host_shell_command_as()
644 self.execute_host_command(&command, false, false) in kill_forward_all_ports()
661 self.execute_host_command(&command, true, true).and(Ok(())) in kill_reverse_port()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mozdevice-0.1.0/src/
H A Dlib.rs320 pub fn execute_host_command( in execute_host_command() method
330 let features = self.execute_host_command("features", true, true)?; in features()
335 let response = self.execute_host_command("devices-l", true, true)?; in devices()
357 pub fn execute_host_command( in execute_host_command() method
384 self.execute_host_command(&format!("shell:{}", shell_command), true, false)?; in execute_host_shell_command()
424 let response = self.host.execute_host_command(&command, true, false)?; in forward_port()
435 self.host.execute_host_command(&command, true, false).and(Ok(())) in kill_forward_port()
439 self.host.execute_host_command(&"killforward-all".to_owned(), false, false).and(Ok(())) in kill_forward_all_ports()
444 let response = self.execute_host_command(&command, true, false)?; in reverse_port()
455 self.execute_host_command(&command, true, true).and(Ok(())) in kill_reverse_port()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/rust/mozdevice/src/
H A Dlib.rs313 pub fn execute_host_command( in execute_host_command() method
323 let features = self.execute_host_command("features", true, true)?; in features()
328 let response = self.execute_host_command("devices-l", true, true)?; in devices()
347 pub fn execute_host_command( in execute_host_command() method
374 self.execute_host_command(&format!("shell:{}", shell_command), true, false)?; in execute_host_shell_command()
428 self.execute_host_command(&command, true, false).and(Ok(())) in kill_forward_port()
432 self.execute_host_command(&"killforward-all".to_owned(), false, false) in kill_forward_all_ports()
438 let response = self.execute_host_command(&command, true, false)?; in reverse_port()
449 self.execute_host_command(&command, true, true).and(Ok(())) in kill_reverse_port()
454 self.execute_host_command(&command, false, false) in kill_reverse_all_ports()