Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp963 static int open_library_at_path(ZipArchiveCache* zip_archive_cache, in open_library_at_path() function
998 int fd = open_library_at_path(zip_archive_cache, buf, file_offset, realpath); in open_library_on_paths()
1015 return open_library_at_path(zip_archive_cache, name, file_offset, realpath); in open_library()
1042 return open_library_at_path(&zip_archive_cache, path, file_offset, realpath); in open_executable()