Home
last modified time | relevance | path

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

/aosp12/build/soong/scripts/check_boot_jars/
H A Dcheck_boot_jars.py42 def CheckDexJar(dexdump_path, allow_list_path, jar): argument
72 % (jar, class_name, package_name, allow_list_path))
85 allow_list_path = argv[1]
87 if not LoadAllowList(allow_list_path):
92 if not CheckDexJar(dexdump_path, allow_list_path, jar):