HomeSort by relevance Sort by last modified time
    Searched refs:apk_key_map (Results 1 - 2 of 2) sorted by null

  /build/make/tools/releasetools/
sign_target_files_apks 147 def CheckAllApksSigned(input_tf_zip, apk_key_map, compressed_extension):
161 if name not in apk_key_map:
235 apk_key_map, key_passwords, platform_api_level,
267 key = apk_key_map[name]
864 apk_key_map = GetApkCerts(certmap)
865 CheckAllApksSigned(input_zip, apk_key_map, compressed_extension)
867 key_passwords = common.GetKeyPasswords(set(apk_key_map.values()))
872 apk_key_map, key_passwords,
sign_target_files_apks.py 147 def CheckAllApksSigned(input_tf_zip, apk_key_map, compressed_extension):
161 if name not in apk_key_map:
235 apk_key_map, key_passwords, platform_api_level,
267 key = apk_key_map[name]
864 apk_key_map = GetApkCerts(certmap)
865 CheckAllApksSigned(input_zip, apk_key_map, compressed_extension)
867 key_passwords = common.GetKeyPasswords(set(apk_key_map.values()))
872 apk_key_map, key_passwords,

Completed in 3011 milliseconds