OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mid_getPath
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/ndk_helper/
JNIHelper.cpp
370
jmethodID
mid_getPath
= env->GetMethodID( cls_File, "getPath", "()Ljava/lang/String;" );
371
jstring obj_Path = (jstring) env->CallObjectMethod( obj_File,
mid_getPath
);
/prebuilts/ndk/r13/sources/android/ndk_helper/
JNIHelper.cpp
370
jmethodID
mid_getPath
= env->GetMethodID( cls_File, "getPath", "()Ljava/lang/String;" );
371
jstring obj_Path = (jstring) env->CallObjectMethod( obj_File,
mid_getPath
);
Completed in 66 milliseconds