Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/tuningfork/
Dtuningfork_utils.h48 std::string GetAppCacheDir(JNIEnv* env, jobject activity);
Dtuningfork_utils.cpp123 std::string GetAppCacheDir(JNIEnv* env, jobject activity) { in GetAppCacheDir() function
Dtuningfork_extra.cpp187 tf_path_str << file_utils::GetAppCacheDir(env, activity) << "/tuningfork"; in GetSavedFileName()