Searched refs:_enumerate_paths (Results 1 – 2 of 2) sorted by relevance
133 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(
1443 def _enumerate_paths(self, pattern): member in TaggedPathDict1458 for path in self._enumerate_paths(path):3221 def _enumerate_paths(system_dirs, vendor_dirs, product_dirs, system_ext_dirs): function3248 for ap, path in _enumerate_paths(system_dirs, vendor_dirs, product_dirs,