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