Searched refs:getPathMethod (Results 1 – 1 of 1) sorted by relevance
70 jmethodID getPathMethod = env->GetMethodID(fileClass, "getPath", "()Ljava/lang/String;"); in getCacheFileBaseDir() local72 … = jstringToWtfString(env, static_cast<jstring>(env->CallObjectMethod(fileObject, getPathMethod))); in getCacheFileBaseDir()