Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DCacheManager.cpp70 jmethodID getPathMethod = env->GetMethodID(fileClass, "getPath", "()Ljava/lang/String;"); in getCacheFileBaseDir() local
72 … = jstringToWtfString(env, static_cast<jstring>(env->CallObjectMethod(fileObject, getPathMethod))); in getCacheFileBaseDir()