Searched refs:mid_getPath (Results 1 – 1 of 1) sorted by relevance
370 jmethodID mid_getPath = env->GetMethodID( cls_File, "getPath", "()Ljava/lang/String;" ); in GetExternalFilesDirJString() local371 jstring obj_Path = (jstring) env->CallObjectMethod( obj_File, mid_getPath ); in GetExternalFilesDirJString()