Home
last modified time | relevance | path

Searched refs:dexdump_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
46 p = subprocess.Popen(args='%s -l xml %s' % (dexdump_path, jar),
84 dexdump_path = argv[0]
92 if not CheckDexJar(dexdump_path, allow_list_path, jar):