Searched refs:output_paths (Results 1 – 2 of 2) sorted by relevance
23 output_paths=None, force=False, pass_changes=False): argument45 assert record_path or output_paths48 output_paths = output_paths or []49 record_path = record_path or output_paths[0] + '.md5.stamp'67 missing_outputs = [x for x in output_paths if force or not os.path.exists(x)]
562 output_paths=None, force=False, argument576 if not output_paths:580 output_paths = list(output_paths or [])586 output_paths += [options.depfile]595 WriteDepfile(options.depfile, output_paths[0], all_depfile_deps,603 output_paths=output_paths,