Home
last modified time | relevance | path

Searched refs:logfile (Results 1 – 4 of 4) sorted by relevance

/build/bazel/scripts/incremental_build/
Dincremental_build.py161 logfile = run_dir.joinpath("output.txt")
180 with open(logfile, mode="wt") as f:
193 logging.info('TIP: To view the log:\n tail -f "%s"', logfile)
/build/make/tools/warn/
Dwarn_common.py611 def process_log(logfile, flags, project_names, project_patterns, warn_patterns, argument
627 with io.open(logfile, encoding='utf-8') as log:
656 logfile=flags.log, flags=flags, project_names=project_names,
/build/make/tools/releasetools/
Dcommon.py102 self.logfile = None
234 if OPTIONS.logfile:
241 'filename': OPTIONS.logfile,
2806 OPTIONS.logfile = a
/build/make/core/
DMakefile5480 $(CHECK_PARTITION_SIZES) $(if $(2),--logfile $(2),-v) $(1)