Searched defs:obbDir (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp260 jobject messageQueue, jstring internalDataDir, jstring obbDir,
343 if (obbDir != NULL) {
344 dirStr = env->GetStringUTFChars(obbDir, NULL);
346 env->ReleaseStringUTFChars(obbDir, dirStr);
259 loadNativeCode_native(JNIEnv* env, jobject clazz, jstring path, jstring funcName, jobject messageQueue, jstring internalDataDir, jstring obbDir, jstring externalDataDir, jint sdkVersion, jobject jAssetMgr, jbyteArray savedState, jobject classLoader, jstring libraryPath) argument

Completed in 81 milliseconds