Home | History | Annotate | Download | only in cc

Lines Matching refs:vndk

110 def should_omit_version(name, tags, arch, api, vndk):
121 if 'vndk' in tags and not vndk:
313 def __init__(self, src_file, version_script, arch, api, vndk):
318 self.vndk = vndk
329 if should_omit_version(name, tags, self.arch, self.api, self.vndk):
336 if not self.vndk and 'vndk' in symbol.tags:
402 '--vndk', action='store_true', help='Use the VNDK variant.')
440 args.vndk)