Home
last modified time | relevance | path

Searched refs:stop_cmd (Results 1 – 4 of 4) sorted by relevance

/external/avahi/initscript/freebsd/
Davahi-daemon.sh.in21 stop_cmd=avahi_daemon_stop
Davahi-dnsconfd.sh.in24 stop_cmd=avahi_dnsconfd_stop
/external/autotest/server/site_tests/firmware_ECThermal/
Dfirmware_ECThermal.py271 stop_cmd = 'kill -9 %d'
273 self.faft_client.system.run_shell_command(stop_cmd % pid)
/external/autotest/client/site_tests/firmware_TouchMTB/
DtouchbotII_robot_wrapper.py302 def _wait_for_user_input(self, continue_cmd, stop_cmd): argument
304 while user_input not in [continue_cmd, stop_cmd]:
308 (continue_cmd, stop_cmd))
309 if user_input == stop_cmd: