Home
last modified time | relevance | path

Searched refs:output_paths (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/build/android/gyp/util/
Dmd5_check.py23 output_paths=None, force=False, pass_changes=False): argument
45 assert record_path or output_paths
48 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)]
Dbuild_utils.py562 output_paths=None, force=False, argument
576 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,