Home
last modified time | relevance | path

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

/build/scripts/util/
Dmd5_check.py36 def get_old_metadata(record_path): argument
38 if os.path.exists(record_path):
39 with open(record_path, 'r') as jsonfile:
47 def print_explanations(record_path, changes): argument
50 print('Target is stale: %s' % record_path)
57 record_path=None, argument
84 assert record_path or output_paths
101 record_path = pycache.get_manifest_path('{}.manifest'.format(manifest))
102 old_metadata = get_old_metadata(record_path)
104 record_path = record_path or output_paths[0] + '.md5.stamp'
[all …]
Dbuild_utils.py673 record_path=None, argument
718 record_path=record_path,
/build/ohos/ndk/
Dcreate_ndk_docs_portal.py85 record_path=options.record_path,
Dgenerate_ndk_docs.py108 record_path=options.record_path,
Darchive_ndk.py115 record_path=options.record_path,