Searched refs:ReadApkCerts (Results 1 – 6 of 6) sorted by relevance
/build/make/tools/releasetools/ |
D | test_common.py | 846 certmap, ext = common.ReadApkCerts(input_zip) 859 certmap, ext = common.ReadApkCerts(input_zip) 869 certmap, ext = common.ReadApkCerts(input_zip) 880 certmap, ext = common.ReadApkCerts(input_zip) 893 self.assertRaises(ValueError, common.ReadApkCerts, input_zip) 903 self.assertRaises(ValueError, common.ReadApkCerts, input_zip) 908 certmap, ext = common.ReadApkCerts(input_zip)
|
D | check_target_files_signatures | 310 self.certmap, compressed_extension = common.ReadApkCerts(input_zip)
|
D | check_target_files_signatures.py | 310 self.certmap, compressed_extension = common.ReadApkCerts(input_zip)
|
D | sign_target_files_apks.py | 1306 apk_keys_info, compressed_extension = common.ReadApkCerts(input_zip)
|
D | sign_target_files_apks | 1306 apk_keys_info, compressed_extension = common.ReadApkCerts(input_zip)
|
D | common.py | 1965 def ReadApkCerts(tf_zip): function
|