Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp1487 static int open_library_in_zipfile(ZipArchiveCache* zip_archive_cache, in open_library_in_zipfile() argument
1523 if (!zip_archive_cache->get_or_open(zip_path, &handle)) { in open_library_in_zipfile()
1566 static int open_library_on_paths(ZipArchiveCache* zip_archive_cache, in open_library_on_paths() argument
1578 fd = open_library_in_zipfile(zip_archive_cache, buf, file_offset, realpath); in open_library_on_paths()
1601 ZipArchiveCache* zip_archive_cache, in open_library() argument
1611 fd = open_library_in_zipfile(zip_archive_cache, name, file_offset, realpath); in open_library()
1629 …int fd = open_library_on_paths(zip_archive_cache, name, file_offset, ns->get_ld_library_paths(), r… in open_library()
1631 …fd = open_library_on_paths(zip_archive_cache, name, file_offset, needed_by->get_dt_runpath(), real… in open_library()
1639 …fd = open_library_on_paths(zip_archive_cache, name, file_offset, ns->get_default_library_paths(), … in open_library()
1645 fd = open_library_on_paths(zip_archive_cache, name, file_offset, in open_library()
[all …]