Searched refs:lib_utf8 (Results 1 - 1 of 1) sorted by relevance

/frameworks/webview/chromium/loader/
H A Dloader.cpp158 const char* lib_utf8 = env->GetStringUTFChars(lib, NULL); local
159 if (lib_utf8 != NULL) {
162 ret = DoCreateRelroFile(lib_utf8, relro_utf8);
165 env->ReleaseStringUTFChars(lib, lib_utf8);
182 const char* lib_utf8 = env->GetStringUTFChars(lib, NULL); local
183 if (lib_utf8 != NULL) {
186 ret = DoLoadWithRelroFile(env, lib_utf8, relro_utf8, clazzLoader);
189 env->ReleaseStringUTFChars(lib, lib_utf8);

Completed in 50 milliseconds