Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/tests/
Dtest_tagged_dict.py133 list(tagged_paths._enumerate_paths('/system/lib/libc.so')))
137 list(tagged_paths._enumerate_paths('/system/${LIB}/libc.so')))
142 list(tagged_paths._enumerate_paths(
154 list(tagged_paths._enumerate_paths(
161 list(tagged_paths._enumerate_paths(
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py1443 def _enumerate_paths(self, pattern): member in TaggedPathDict
1458 for path in self._enumerate_paths(path):
3221 def _enumerate_paths(system_dirs, vendor_dirs, product_dirs, system_ext_dirs): function
3248 for ap, path in _enumerate_paths(system_dirs, vendor_dirs, product_dirs,