Searched defs:apk_file (Results 1 – 5 of 5) sorted by relevance
244 let apk_file = File::open("tests/data/v3-only-with-ecdsa-sha512-p521.apk").unwrap(); in test_apk_sections() localVariable275 let apk_file = File::open("tests/data/v3-only-with-dsa-sha256-1024.apk").unwrap(); in test_apk_digest() localVariable286 let apk_file = File::open("tests/data/v2-only-two-signers.apk").unwrap(); in test_apk_sections_cannot_find_signature() localVariable302 let apk_file = File::open("tests/data/v3-only-with-dsa-sha256-1024.apk").unwrap(); in test_apk_sections_find_signature() localVariable
29 let apk_file = File::open(apk).with_context(|| format!("Failed to open {:?}", apk))?; in command_create_idsig() localVariable
68 let apk_file = clone_file(apk)?; in get_vm_payload_config() localVariable
901 let apk_file = clone_file(config.apk.as_ref().unwrap())?; in load_app_config() localVariable
273 std::vector<const char*> apk_file = {argv[last_apk]}; in install_app_legacy() local