Searched refs:fileClass (Results 1 – 1 of 1) sorted by relevance
36 jclass fileClass = env->FindClass("java/io/File"); in rsQueryCacheDir() local37 jmethodID getPath = env->GetMethodID(fileClass, "getPath", "()Ljava/lang/String;"); in rsQueryCacheDir()