Home
last modified time | relevance | path

Searched refs:_is_vendor (Results 1 – 1 of 1) sorted by relevance

/development/vndk/tools/sourcedr/sourcedr/blueprint/
Dcheck_vndk_dep.py47 def _is_vendor(module): function
126 if _is_vendor(dep_module):
130 if _is_vndk(dep_module) and not _is_vendor(module):
135 if _is_vndk(module) and not _is_vendor(module):
161 if not _has_vendor_variant(module) and not _is_vendor(module):