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

/bionic/linker/
H A Dlinker.cpp926 static int open_library_in_zipfile(ZipArchiveCache* zip_archive_cache, argument
962 if (!zip_archive_cache->get_or_open(zip_path, &handle)) {
1005 static int open_library_on_paths(ZipArchiveCache* zip_archive_cache, argument
1017 fd = open_library_in_zipfile(zip_archive_cache, buf, file_offset, realpath);
1040 ZipArchiveCache* zip_archive_cache,
1050 fd = open_library_in_zipfile(zip_archive_cache, name, file_offset, realpath);
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, nam
1039 open_library(android_namespace_t* ns, ZipArchiveCache* zip_archive_cache, const char* name, soinfo *needed_by, off64_t* file_offset, std::string* realpath) argument
1281 load_library(android_namespace_t* ns, LoadTask* task, ZipArchiveCache* zip_archive_cache, LoadTaskList* load_tasks, int rtld_flags, bool search_linked_namespaces) argument
[all...]

Completed in 662 milliseconds