Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp840 class ZipArchiveCache { class
842 ZipArchiveCache() {} in ZipArchiveCache() function in ZipArchiveCache
843 ~ZipArchiveCache();
847 DISALLOW_COPY_AND_ASSIGN(ZipArchiveCache);
852 bool ZipArchiveCache::get_or_open(const char* zip_path, ZipArchiveHandle* handle) { in get_or_open()
876 ZipArchiveCache::~ZipArchiveCache() { in ~ZipArchiveCache()
882 static int open_library_in_zipfile(ZipArchiveCache* zip_archive_cache, in open_library_in_zipfile()
963 static int open_library_at_path(ZipArchiveCache* zip_archive_cache, in open_library_at_path()
988 static int open_library_on_paths(ZipArchiveCache* zip_archive_cache, in open_library_on_paths()
1008 ZipArchiveCache* zip_archive_cache, in open_library()
[all …]