Searched refs:get_module_path (Results 1 – 2 of 2) sorted by relevance
16 self.assertEqual([], m.get_module_path('/system/lib64/libA.so'))25 m.get_module_path('/system/lib64/libA.so'))27 m.get_module_path('/system/lib64/libB.so'))29 m.get_module_path('/system/lib64/libC.so'))31 m.get_module_path('/system/lib64/hw/libC.so'))34 [], m.get_module_path('/system/lib64/libdoes_not_exist.so'))
3322 def get_module_path(self, installed_path): member in ModuleInfo3813 for path in module_info.get_module_path(lib.path)]3940 for module_path in module_info.get_module_path(name):3944 for module_path in module_info.get_module_path(assoc_lib):4036 for module_path in module_info.get_module_path(lib.path):4098 for module_path in module_info.get_module_path(lib.path):4102 for module_path in module_info.get_module_path(dep.path):4111 for module_path in module_info.get_module_path(apk_path):4115 for module_path in module_info.get_module_path(dep_path):