Searched refs: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 144 return rs.nScriptCCreate(resName, cachePath, pgm, pgmLength); in internalCreate() 150 String cachePath = rs.getApplicationContext().getCacheDir().toString(); in internalStringCreate() local 151 return rs.nScriptCCreate(resName, cachePath, bitcode, bitcode.length); in internalStringCreate()
|
D | ScriptGroup.java | 424 String cachePath = rs.getApplicationContext().getCacheDir().toString(); in ScriptGroup() local 425 long id = rs.nScriptGroup2Create(name, cachePath, closureIDs); in ScriptGroup()
|
D | RenderScript.java | 919 native long rsnScriptGroup2Create(long con, String name, String cachePath, in rsnScriptGroup2Create() argument 921 synchronized long nScriptGroup2Create(String name, String cachePath, in nScriptGroup2Create() argument 924 return rsnScriptGroup2Create(mContext, name, cachePath, closures); in nScriptGroup2Create()
|
/frameworks/native/cmds/installd/ |
D | CacheTracker.cpp | 68 auto cachePath = read_path_inode(path, "cache", kXattrInodeCache); in loadStats() local 70 calculate_tree_size(cachePath, &cacheUsed); in loadStats()
|
/frameworks/native/opengl/tests/EGLTest/ |
D | egl_cache_test.cpp | 110 std::string cachePath = &mTempFile->path[0]; in getCachefileName() local 111 std::string multifileDirName = cachePath + ".multifile"; in getCachefileName()
|
/frameworks/native/opengl/libs/EGL/ |
D | MultifileBlobCache_test.cpp | 311 std::string cachePath = &mTempFile->path[0]; in getCacheEntries() local 312 std::string multifileDirName = cachePath + ".multifile"; in getCacheEntries()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 377 native long rsnScriptGroup2Create(long con, String name, String cachePath, in rsnScriptGroup2Create() argument 379 synchronized long nScriptGroup2Create(String name, String cachePath, in nScriptGroup2Create() argument 382 long g = rsnScriptGroup2Create(mContext, name, cachePath, closures); in nScriptGroup2Create()
|