Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
DJNIHelper.cpp196 jstring strPath = GetExternalFilesDirJString( env ); in GetExternalFilesDir() local
197 const char* path = env->GetStringUTFChars( strPath, NULL ); in GetExternalFilesDir()
200 env->ReleaseStringUTFChars( strPath, path ); in GetExternalFilesDir()
201 env->DeleteLocalRef( strPath ); in GetExternalFilesDir()