Lines Matching refs:target_files
18 Check the signatures of all APKs in a target_files .zip file. With
20 target_files (usually a previously distributed build for the same
23 Usage: check_target_file_signatures [flags] target_files
341 print "%s [%s]: new APK (not in comparison target_files)" % (
345 print "%s [%s]: removed APK (only in comparison target_files)" % (
397 Push("input target_files:")
399 target_files = TargetFiles()
400 target_files.LoadZipFile(args[0])
406 Push("comparison target_files:")
415 target_files.PrintCerts()
416 target_files.CheckSharedUids()
417 target_files.CheckExternalSignatures()
422 target_files.CompareWith(compare_files)