Home
last modified time | relevance | path

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

/external/angle/util/android/
DAndroidWindow.cpp260 jmethodID getFilesDirMethod = jni->GetMethodID(contextClass, "getFilesDir", "()Ljava/io/File;"); in GetApplicationDirectory() local
261 if (!getFilesDirMethod) in GetApplicationDirectory()
268 jobject fileObject = jni->CallObjectMethod(context, getFilesDirMethod); in GetApplicationDirectory()