Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/tests/
Dtest_module_info.py16 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'))
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py3160 def get_module_path(self, installed_path): member in ModuleInfo
3638 for path in module_info.get_module_path(lib.path)]
3765 for module_path in module_info.get_module_path(name):
3769 for module_path in module_info.get_module_path(assoc_lib):
3861 for module_path in module_info.get_module_path(lib.path):
3922 for module_path in module_info.get_module_path(lib.path):
3926 for module_path in module_info.get_module_path(dep.path):
3935 for module_path in module_info.get_module_path(apk_path):
3939 for module_path in module_info.get_module_path(dep_path):