Lines Matching refs:zip_archive_cache
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()
1034 …fd = open_library_on_paths(zip_archive_cache, name, file_offset, ns->get_default_library_paths(), … in open_library()
1041 ZipArchiveCache zip_archive_cache; in open_executable() local
1042 return open_library_at_path(&zip_archive_cache, path, file_offset, realpath); in open_executable()
1279 ZipArchiveCache* zip_archive_cache, in load_library() argument
1317 int fd = open_library(ns, zip_archive_cache, name, needed_by, &file_offset, &realpath); in load_library()
1425 ZipArchiveCache* zip_archive_cache, in find_library_internal() argument
1444 if (load_library(ns, task, zip_archive_cache, load_tasks, rtld_flags, in find_library_internal()
1459 if (load_library(ns, task, zip_archive_cache, load_tasks, rtld_flags, in find_library_internal()
1482 if (load_library(linked_namespace.linked_namespace(), task, zip_archive_cache, load_tasks, in find_library_internal()
1555 ZipArchiveCache zip_archive_cache; in find_libraries() local
1576 &zip_archive_cache, in find_libraries()