Searched refs:getCacheFileBaseDir (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
H A DCacheManager.cpp63 static String getCacheFileBaseDir(JNIEnv* env) function in namespace:android
68 jmethodID getCacheFileBaseDirMethod = env->GetStaticMethodID(cacheManagerClass, "getCacheFileBaseDir", "()Ljava/io/File;");
92 String filePath = pathByAppendingComponent(getCacheFileBaseDir(env), encodedUrl.data());

Completed in 15 milliseconds