Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.cpp94 jmethodID MID_String_getBytes = env->GetMethodID( in JNU_GetStringNativeChars() local
96 bytes = (jbyteArray) env->CallObjectMethod(jstr, MID_String_getBytes); in JNU_GetStringNativeChars()