Searched refs:fout (Results 1 – 3 of 3) sorted by relevance
/test/vts/utils/native/trace_processor/ |
D | VtsCoverageProcessor.cpp | 110 ofstream fout; in MergeCoverage() local 111 fout.open(merged_coverage_file); in MergeCoverage() 112 fout << merged_coverage_report.DebugString(); in MergeCoverage() 113 fout.close(); in MergeCoverage() 233 ofstream fout; in GetSubsetCoverage() local 234 fout.open(result_msg_file); in GetSubsetCoverage() 235 fout << result_coverage_report.DebugString(); in GetSubsetCoverage() 236 fout.close(); in GetSubsetCoverage()
|
D | VtsTraceProcessor.cpp | 567 ofstream fout; in GetTestListForHal() local 568 fout.open(output_file); in GetTestListForHal() 583 fout << root.toStyledString(); in GetTestListForHal() 585 fout << it->first << ","; in GetTestListForHal() 592 fout << found->test_name << "(" << found->unique_api_count << "/" in GetTestListForHal() 596 fout << endl; in GetTestListForHal() 599 fout.close(); in GetTestListForHal()
|
/test/vts/testcases/host/camera_its/ |
D | CameraITSTest.py | 155 with open(outpath, "w") as fout, open(errpath, "w") as ferr: 157 cmd, stderr=ferr, stdout=fout, cwd=outdir) 160 with open(outpath, "r") as fout, open(errpath, "r") as ferr: 161 logging.info(fout.read())
|