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

/frameworks/webview/chromium/loader/
H A Dloader.cpp144 const char* relro_utf8 = env->GetStringUTFChars(relro, NULL); local
145 if (relro_utf8 != NULL) {
146 ret = DoCreateRelroFile(lib_utf8, relro_utf8);
147 env->ReleaseStringUTFChars(relro, relro_utf8);
168 const char* relro_utf8 = env->GetStringUTFChars(relro, NULL); local
169 if (relro_utf8 != NULL) {
170 ret = DoLoadWithRelroFile(lib_utf8, relro_utf8);
171 env->ReleaseStringUTFChars(relro, relro_utf8);

Completed in 47 milliseconds