Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dprepare-code-coverage-artifact.py37 def prepare_html_report(host_llvm_cov, profile, report_dir, binaries, argument
48 '-instr-profile', profile, '-o', report_dir,
52 with open(os.path.join(report_dir, 'summary.txt'), 'wb') as Summary:
57 def prepare_html_reports(host_llvm_cov, profdata_path, report_dir, binaries, argument
60 prepare_html_report(host_llvm_cov, profdata_path, report_dir, binaries,
64 binary_report_dir = os.path.join(report_dir,
110 prepare_html_reports(args.host_llvm_cov, profdata_path, args.report_dir,
/external/grpc-grpc/tools/run_tests/python_utils/
Dreport_utils.py65 report_dir = os.path.dirname(os.path.abspath(report_file))
66 if not os.path.exists(report_dir):
67 os.makedirs(report_dir)
/external/jsoncpp/devtools/
Dbatchbuild.py178 report_dir = os.path.dirname( html_report_path )
212 cmake_log_url = os.path.relpath( build.cmake_log_path, report_dir )
213 build_log_url = os.path.relpath( build.build_log_path, report_dir )