D | art_apex_test.py | 93 def __init__(self, apex): argument 95 self._apex = apex 126 def __init__(self, apex, tmpdir): argument 131 apex_zip = zipfile.ZipFile(apex) 913 if fnmatch.fnmatch(test_args.apex, flavor_pattern): 919 FLAVOR_RELEASE, FLAVOR_DEBUG, FLAVOR_TESTING, test_args.apex) 924 apex_provider = HostApexProvider(test_args.apex, test_args.tmpdir) 926 apex_dir = test_args.apex 930 apex_dir = extract_apex(test_args.apex, test_args.deapexer, test_args.debugfs, 938 Tree(apex_provider, test_args.apex, test_args.size).print_tree() [all …]
|