Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
DJNIHelper.h58 jstring GetExternalFilesDirJString( JNIEnv *env );
DJNIHelper.cpp123 jstring str_path = GetExternalFilesDirJString( env ); in ReadFile()
196 jstring strPath = GetExternalFilesDirJString( env ); in GetExternalFilesDir()
356 jstring JNIHelper::GetExternalFilesDirJString( JNIEnv *env ) in GetExternalFilesDirJString() function in ndk_helper::JNIHelper