Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp956 class ZipArchiveCache { class
958 ZipArchiveCache() {} in ZipArchiveCache() function in ZipArchiveCache
959 ~ZipArchiveCache();
963 DISALLOW_COPY_AND_ASSIGN(ZipArchiveCache);
968 bool ZipArchiveCache::get_or_open(const char* zip_path, ZipArchiveHandle* handle) { in get_or_open()
992 ZipArchiveCache::~ZipArchiveCache() { in ~ZipArchiveCache()
998 static int open_library_in_zipfile(ZipArchiveCache* zip_archive_cache, in open_library_in_zipfile()
1079 static int open_library_at_path(ZipArchiveCache* zip_archive_cache, in open_library_at_path()
1104 static int open_library_on_paths(ZipArchiveCache* zip_archive_cache, in open_library_on_paths()
1124 ZipArchiveCache* zip_archive_cache, in open_library()
[all …]