Home
last modified time | relevance | path

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

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