Home
last modified time | relevance | path

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

/frameworks/rs/
DrsCacheDir.cpp36 jclass fileClass = env->FindClass("java/io/File"); in rsQueryCacheDir() local
37 jmethodID getPath = env->GetMethodID(fileClass, "getPath", "()Ljava/lang/String;"); in rsQueryCacheDir()
/frameworks/opt/gamesdk/src/tuningfork/
Dtuningfork_utils.cpp129 jclass fileClass = env->FindClass( "java/io/File" ); in GetAppCacheDir() local
130 jmethodID getPath = env->GetMethodID( fileClass, "getPath", "()Ljava/lang/String;" ); in GetAppCacheDir()