Home
last modified time | relevance | path

Searched refs:status_file (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
Dhardware_DiskFirmwareUpgrade.py30 status_file = os.path.join(self.resultsdir, 'status')
32 '--status %s' % (status_file),
39 with open(status_file) as sf:
/external/v8/tools/
Dv8_presubmit.py531 status_file = os.path.join(
533 if os.path.exists(status_file):
534 status_files.add(status_file)
546 status_file = join(test_path, pieces[0], pieces[0] + ".status")
547 if not os.path.exists(status_file):
549 status_files.add(status_file)
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock_unittest.py36 def _ReadFileWithExclusiveLockNonBlocking(target_file, status_file): argument
40 with open(status_file, 'w') as f2:
43 with open(status_file, 'w') as f2:
/external/v8/tools/testrunner/local/
Dtestsuite.py102 def status_file(self): member in TestSuite
138 self.statusfile = statusfile.StatusFile(self.status_file(), variables)
/external/autotest/site_utils/
Dgenerate_test_report319 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/
Dhtml_report.py1609 status_file = os.path.join(resdir, tag, 'status')
1617 log += get_info_file(status_file)
/external/virglrenderer/scripts/
Drelease.sh268 status_file=`find . -name config.status -type f`
274 build_dir=`dirname $status_file`
/external/libchrome/base/process/
Dprocess_metrics_linux.cc66 FilePath status_file = internal::GetProcPidDir(pid).Append(filename); in ReadProcFileToTrimmedStringPairs() local
67 if (!ReadFileToString(status_file, &status_data)) in ReadProcFileToTrimmedStringPairs()