Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
DJNIHelper.cpp368 jobject obj_File = env->CallObjectMethod( activity_->clazz, mid, NULL ); in GetExternalFilesDirJString() local
371 jstring obj_Path = (jstring) env->CallObjectMethod( obj_File, mid_getPath ); in GetExternalFilesDirJString()