Searched refs:open_library_on_paths (Results 1 – 1 of 1) sorted by relevance
/bionic/linker/ |
D | linker.cpp | 1559 static int open_library_on_paths(ZipArchiveCache* zip_archive_cache, in open_library_on_paths() function 1622 …int fd = open_library_on_paths(zip_archive_cache, name, file_offset, ns->get_ld_library_paths(), r… in open_library() 1624 …fd = open_library_on_paths(zip_archive_cache, name, file_offset, needed_by->get_dt_runpath(), real… in open_library() 1632 …fd = open_library_on_paths(zip_archive_cache, name, file_offset, ns->get_default_library_paths(), … in open_library() 1638 fd = open_library_on_paths(zip_archive_cache, name, file_offset, in open_library()
|