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

  /external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
hardware_DiskFirmwareUpgrade.py 30 status_file = os.path.join(self.resultsdir, 'status')
32 '--status %s' % (status_file),
39 with open(status_file) as sf:
  /external/chromium-trace/catapult/common/py_utils/py_utils/
lock_unittest.py 36 def _ReadFileWithExclusiveLockNonBlocking(target_file, status_file):
40 with open(status_file, 'w') as f2:
43 with open(status_file, 'w') as f2:
  /external/autotest/site_utils/
generate_test_report 319 status_file = os.path.join(testdir, 'status.log')
320 if not os.path.isfile(status_file):
321 status_file = os.path.join(testdir, 'status')
322 if not os.path.isfile(status_file):
328 status_raw = open(status_file, 'r').read()
  /external/autotest/client/tools/
html_report.py     [all...]
  /external/v8/tools/testrunner/local/
testsuite.py 98 def status_file(self): member in class:TestSuite
137 with open(self.status_file()) as f:
  /tools/test/connectivity/acts/framework/tests/
acts_relay_controller_test.py 260 with open(self.test_dir[7:] + '99', 'w+') as status_file:
261 status_file.write(

Completed in 267 milliseconds