Lines Matching refs:apex
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()
1059 test_args.apex = '%s/system/apex/%s' % (product_out, config['name'])
1060 if not os.path.exists(test_args.apex):
1062 logging.error('Cannot find APEX %s. Please build it first.', test_args.apex)