Home
last modified time | relevance | path

Searched refs:stdout_file (Results 1 – 3 of 3) sorted by relevance

/external/autotest/site_utils/
Dgs_offloader.py627 with tempfile.TemporaryFile('w+') as stdout_file, \
631 self._try_offload(dir_entry, dest_path, stdout_file,
638 self._try_offload(dir_entry, dest_path, stdout_file,
647 stdout_file.seek(0)
651 logging.warning('Stdout:\n%s \nStderr:\n%s', stdout_file.read(),
667 stdout_file, stderr_file): argument
697 cmd, stdout=stdout_file, stderr=stderr_file)
/external/autotest/client/tools/
Dhtml_report.py1607 stdout_file = os.path.join(resdir, tag, 'debug', 'stdout')
1615 log += get_info_file(stdout_file)
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples.py354 tempfile.NamedTemporaryFile("w+") as stdout_file:
366 stdout_file.name))
370 stdout_file.read())