Home
last modified time | relevance | path

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

/external/libmojo/base/android/linker/
Dlegacy_linker_jni.cc145 class ZipLibraryOpener { class
147 explicit ZipLibraryOpener(const char* zip_file) : zip_file_(zip_file) { } in ZipLibraryOpener() function in chromium_android_linker::__anon724d58660111::ZipLibraryOpener
155 bool ZipLibraryOpener::Open(crazy_library_t** library, in Open()
228 ZipLibraryOpener opener(zipfile_name_str.c_str()); in LoadLibraryInZipFile()