Searched refs:open_library_on_paths (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp1005 static int open_library_on_paths(ZipArchiveCache* zip_archive_cache, function
1068 int fd = open_library_on_paths(zip_archive_cache, name, file_offset, ns->get_ld_library_paths(), realpath);
1070 fd = open_library_on_paths(zip_archive_cache, name, file_offset, needed_by->get_dt_runpath(), realpath);
1078 fd = open_library_on_paths(zip_archive_cache, name, file_offset, ns->get_default_library_paths(), realpath);
1084 fd = open_library_on_paths(zip_archive_cache, name, file_offset,

Completed in 2366 milliseconds