Home
last modified time | relevance | path

Searched refs:BgJob (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/common_lib/cros/
Dtest_webrtc_peer_connection.py300 utils.BgJob('top -b -d %d -n %d -w 512 -c > %s/top_output.txt'
302 utils.BgJob('iostat -x %d %d > %s/iostat_output.txt'
304 utils.BgJob('for i in $(seq %d);'
Dchromedriver.py187 self.bg_job = utils.BgJob(chromedriver_args, stderr_level=logging.DEBUG)
/external/autotest/client/profilers/blktrace/
Dblktrace.py53 self.blktrace_job = utils.BgJob('%s /dev/%s' % (self.blktrace, device))
/external/autotest/server/hosts/
Dssh_multiplex.py97 self._master_job = utils.BgJob(
/external/autotest/client/profilers/ftrace/
Dftrace.py98 self.record_job = utils.BgJob(self.join_command(cmd),
/external/autotest/client/site_tests/login_LogoutProcessCleanup/
Dlogin_LogoutProcessCleanup.py40 self.pid_su = utils.BgJob('su chronos -c "%s"' % self.command)
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dfirmware_IntegratedU2F.py126 self.u2ftest_job = utils.BgJob(full_ssh_command,
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
Dhardware_MultiReaderPowerConsumption.py66 utils.BgJob('tail -f %s --pid=%s > /dev/null'
/external/autotest/server/cros/
Dtradefed_utils.py82 job = common_utils.BgJob(
Dfactory_install_test.py220 bg_job = utils.BgJob(
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py208 self._log_saving_job = utils.BgJob(full_command,
/external/autotest/client/common_lib/
Dutils.py122 class BgJob(object): class
737 (BgJob(command, stdout_tee, stderr_tee, verbose, stdin=stdin,
767 bg_jobs.append(BgJob(command, stdout_tee, stderr_tee,
785 bg_job = BgJob(command)
Dutils_unittest.py834 bg_job = utils.BgJob('echo "hello world"')