Searched refs:ReadApkCerts (Results 1 – 4 of 4) sorted by relevance
/build/make/tools/releasetools/ |
D | test_common.py | 896 certmap, ext = common.ReadApkCerts(input_zip) 909 certmap, ext = common.ReadApkCerts(input_zip) 919 certmap, ext = common.ReadApkCerts(input_zip) 930 certmap, ext = common.ReadApkCerts(input_zip) 943 self.assertRaises(ValueError, common.ReadApkCerts, input_zip) 953 self.assertRaises(ValueError, common.ReadApkCerts, input_zip) 958 certmap, ext = common.ReadApkCerts(input_zip)
|
D | check_target_files_signatures.py | 301 self.certmap, compressed_extension = common.ReadApkCerts(input_zip)
|
D | sign_target_files_apks.py | 1658 apk_keys_info, compressed_extension = common.ReadApkCerts(input_zip)
|
D | common.py | 2621 def ReadApkCerts(tf_zip): function
|