Home
last modified time | relevance | path

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

/external/libchrome/build/android/gyp/util/
Dmd5_check.py22 function, record_path=None, input_paths=None, input_strings=None, argument
45 assert record_path or output_paths
49 record_path = record_path or output_paths[0] + '.md5.stamp'
51 assert record_path.endswith('.stamp'), (
69 if not missing_outputs and os.path.exists(record_path):
70 with open(record_path, 'r') as jsonfile:
82 print 'Target is stale: %s' % record_path
89 with open(record_path, 'w') as f:
Dbuild_utils.py560 def CallAndWriteDepfileIfStale(function, options, record_path=None, argument
600 record_path=record_path,