D | art_apex_test.py | 102 def __init__(self, apex): argument 104 self._apex = apex 135 def __init__(self, apex, tmpdir): argument 140 apex_zip = zipfile.ZipFile(apex) 936 if fnmatch.fnmatch(test_args.apex, flavor_pattern): 942 FLAVOR_RELEASE, FLAVOR_DEBUG, FLAVOR_TESTING, test_args.apex) 947 apex_provider = HostApexProvider(test_args.apex, test_args.tmpdir) 949 apex_dir = test_args.apex 953 apex_dir = extract_apex(test_args.apex, test_args.deapexer, test_args.debugfs, 961 Tree(apex_provider, test_args.apex, test_args.size).print_tree() [all …]
|