Searched refs:ZipLibraryOpener (Results 1 – 1 of 1) sorted by relevance
145 class ZipLibraryOpener { class147 explicit ZipLibraryOpener(const char* zip_file) : zip_file_(zip_file) { } in ZipLibraryOpener() function in chromium_android_linker::__anon724d58660111::ZipLibraryOpener155 bool ZipLibraryOpener::Open(crazy_library_t** library, in Open()228 ZipLibraryOpener opener(zipfile_name_str.c_str()); in LoadLibraryInZipFile()