Home
last modified time | relevance | path

Searched refs:ReadApkCerts (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/releasetools/
Dtest_common.py846 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)
Dcheck_target_files_signatures310 self.certmap, compressed_extension = common.ReadApkCerts(input_zip)
Dcheck_target_files_signatures.py310 self.certmap, compressed_extension = common.ReadApkCerts(input_zip)
Dsign_target_files_apks.py1306 apk_keys_info, compressed_extension = common.ReadApkCerts(input_zip)
Dsign_target_files_apks1306 apk_keys_info, compressed_extension = common.ReadApkCerts(input_zip)
Dcommon.py1965 def ReadApkCerts(tf_zip): function