Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/util/android/
H A DAndroidWindow.cpp274 jmethodID getAbsolutePathMethod = in GetApplicationDirectory() local
276 if (!getAbsolutePathMethod) in GetApplicationDirectory()
283 jstring pathString = (jstring)jni->CallObjectMethod(fileObject, getAbsolutePathMethod); in GetApplicationDirectory()