Searched refs:logfile (Results 1 – 4 of 4) sorted by relevance
/build/bazel/scripts/incremental_build/ |
D | incremental_build.py | 161 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/ |
D | warn_common.py | 611 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/ |
D | common.py | 102 self.logfile = None 234 if OPTIONS.logfile: 241 'filename': OPTIONS.logfile, 2806 OPTIONS.logfile = a
|
/build/make/core/ |
D | Makefile | 5480 $(CHECK_PARTITION_SIZES) $(if $(2),--logfile $(2),-v) $(1)
|