OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:status_file
(Results
1 - 8
of
8
) 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:
/device/google/cuttlefish_common/host/libs/usbip/
vhci_instrument.cpp
114
std::ifstream
status_file
(syspath_ + "/status");
116
if (!
status_file
.good()) {
122
status_file
.ignore(std::numeric_limits<std::streamsize>::max(), '\n');
131
status_file
>> port >> status;
132
if (!
status_file
.good()) {
136
status_file
.ignore(std::numeric_limits<std::streamsize>::max(), '\n');
/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/
presubmit.py
507
status_file
= join(test_path, pieces[0], pieces[0] + ".status")
508
if not os.path.exists(
status_file
):
510
status_files.add(
status_file
)
/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
279
with open(self.test_dir[7:] + '99', 'w+') as
status_file
:
280
status_file
.write(
Completed in 210 milliseconds