Searched refs:link_paths (Results 1 – 2 of 2) sorted by relevance
/test/vts-testcase/vndk/dependency/ |
D | vts_vndk_dependency_test.py | 266 def _FindLibsInLinkPaths(self, bitness, link_paths, objs): argument 284 for link_path in link_paths)): 288 def _DfsDependencies(self, lib, searched, namespace, link_paths): argument 302 for link_path in lib.runpaths + link_paths: 305 searched, namespace, link_paths) 308 def _FindDisallowedDependencies(self, objs, namespace, link_paths, argument 330 obj.runpaths + link_paths):
|
D | VtsVndkDependencyTest.py | 261 def _FindLibsInLinkPaths(self, bitness, link_paths, objs): argument 279 for link_path in link_paths)): 283 def _DfsDependencies(self, lib, searched, namespace, link_paths): argument 297 for link_path in lib.runpaths + link_paths: 300 searched, namespace, link_paths) 303 def _FindDisallowedDependencies(self, objs, namespace, link_paths, argument 325 obj.runpaths + link_paths):
|