Home
last modified time | relevance | path

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

/external/llvm-project/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:
58 def prepare_html_reports(host_llvm_cov, profdata_path, report_dir, binaries, argument
61 prepare_html_report(host_llvm_cov, profdata_path, report_dir, binaries,
65 binary_report_dir = os.path.join(report_dir,
111 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/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Dreport_utils.py79 report_dir = os.path.dirname(os.path.abspath(report_file))
80 if not os.path.exists(report_dir):
81 os.makedirs(report_dir)
/external/rust/crates/criterion/src/html/
Dmod.rs304 let mut report_dir = report_context.output_directory.clone(); in measurement_complete() localVariable
305 report_dir.push(id.as_directory_name()); in measurement_complete()
306 report_dir.push("report"); in measurement_complete()
307 fs::mkdirp(&report_dir) in measurement_complete()
760 let mut report_dir = report_context.output_directory.clone(); in generate_summary() localVariable
761 report_dir.push(id.as_directory_name()); in generate_summary()
762 report_dir.push("report"); in generate_summary()
763 fs::mkdirp(&report_dir) in generate_summary()
/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)