Searched refs:zip_archive_cache (Results 1 – 1 of 1) sorted by relevance
/bionic/linker/ |
D | linker.cpp | 882 static int open_library_in_zipfile(ZipArchiveCache* zip_archive_cache, in open_library_in_zipfile() argument 918 if (!zip_archive_cache->get_or_open(zip_path, &handle)) { in open_library_in_zipfile() 963 static int open_library_at_path(ZipArchiveCache* zip_archive_cache, in open_library_at_path() argument 968 fd = open_library_in_zipfile(zip_archive_cache, path, file_offset, realpath); in open_library_at_path() 988 static int open_library_on_paths(ZipArchiveCache* zip_archive_cache, in open_library_on_paths() argument 998 int fd = open_library_at_path(zip_archive_cache, buf, file_offset, realpath); in open_library_on_paths() 1008 ZipArchiveCache* zip_archive_cache, in open_library() argument 1015 return open_library_at_path(zip_archive_cache, name, file_offset, realpath); in open_library() 1021 …int fd = open_library_on_paths(zip_archive_cache, name, file_offset, ns->get_ld_library_paths(), r… in open_library() 1025 …fd = open_library_on_paths(zip_archive_cache, name, file_offset, needed_by->get_dt_runpath(), real… in open_library() [all …]
|