D | art_apex_test.py | 74 def __init__(self, apex, tmpdir, debugfs): argument 80 apex_zip = zipfile.ZipFile(apex) 151 def __init__(self, apex): argument 153 self._apex = apex 184 def __init__(self, apex, tmpdir): argument 189 apex_zip = zipfile.ZipFile(apex) 969 if fnmatch.fnmatch(test_args.apex, flavor_pattern): 974 FLAVOR_RELEASE, FLAVOR_DEBUG, FLAVOR_TESTING, test_args.apex) 979 apex_provider = HostApexProvider(test_args.apex, test_args.tmpdir) 982 apex_provider = TargetFlattenedApexProvider(test_args.apex) [all …]
|