HomeSort by relevance Sort by last modified time
    Searched refs:full_command (Results 1 - 4 of 4) sorted by null

  /external/bcc/tests/python/
test_tools_smoke.py 29 full_command = TOOLS_DIR + command
32 (timeout, full_command), shell=True))
39 full_command = TOOLS_DIR + command
42 (signal, kill_timeout, timeout, full_command), shell=True)
  /external/autotest/server/site_tests/firmware_Cr50DeviceState/
firmware_Cr50DeviceState.py 294 full_command = 'echo freeze > /sys/power/state &'
296 full_command = 'echo mem > /sys/power/state &'
298 full_command = 'poweroff'
299 self.faft_client.system.run_shell_command(full_command)
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 198 full_command = '%s "%s"' % (self._client.ssh_command(), command)
209 self._log_saving_job = utils.BgJob(full_command,
  /external/toolchain-utils/
build_tc.py 157 full_command = 'sudo %s %s' % (env_string, command)
158 rv = self._ce.ChrootRunCommand(self._chromeos_root, full_command)

Completed in 1820 milliseconds