Home
last modified time | relevance | path

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

/external/libmojo/build/android/gyp/util/
Dbuild_utils.py479 output_paths=None, force=False, argument
493 if not output_paths:
497 output_paths = list(output_paths or [])
503 output_paths += [options.depfile]
507 output_paths += [stamp_file]
525 output_paths=output_paths,
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)]