Searched defs:cachePath (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptC.java | 140 String cachePath = rs.getApplicationContext().getCacheDir().toString(); in internalCreate() local 150 String cachePath = rs.getApplicationContext().getCacheDir().toString(); in internalStringCreate() local
|
D | ScriptGroup.java | 424 String cachePath = rs.getApplicationContext().getCacheDir().toString(); in ScriptGroup() local
|
D | RenderScript.java | 919 native long rsnScriptGroup2Create(long con, String name, String cachePath, in rsnScriptGroup2Create() 921 synchronized long nScriptGroup2Create(String name, String cachePath, in nScriptGroup2Create()
|
/frameworks/native/cmds/installd/ |
D | CacheTracker.cpp | 68 auto cachePath = read_path_inode(path, "cache", kXattrInodeCache); in loadStats() local
|
/frameworks/native/opengl/tests/EGLTest/ |
D | egl_cache_test.cpp | 110 std::string cachePath = &mTempFile->path[0]; in getCachefileName() local
|
/frameworks/native/opengl/libs/EGL/ |
D | MultifileBlobCache_test.cpp | 311 std::string cachePath = &mTempFile->path[0]; in getCacheEntries() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 377 native long rsnScriptGroup2Create(long con, String name, String cachePath, in rsnScriptGroup2Create() 379 synchronized long nScriptGroup2Create(String name, String cachePath, in nScriptGroup2Create()
|