Home
last modified time | relevance | path

Searched refs:cachePath (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DScriptC.java123 String cachePath = rs.getApplicationContext().getCacheDir().toString(); in internalCreate() local
127 return rs.nScriptCCreate(resName, cachePath, pgm, pgmLength); in internalCreate()
132 String cachePath = rs.getApplicationContext().getCacheDir().toString(); in internalStringCreate() local
133 return rs.nScriptCCreate(resName, cachePath, bitcode, bitcode.length); in internalStringCreate()
H A DScriptGroup.java424 String cachePath = rs.getApplicationContext().getCacheDir().toString(); in ScriptGroup() local
425 long id = rs.nScriptGroup2Create(name, cachePath, closureIDs); in ScriptGroup()
H A DRenderScript.java919 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()
/aosp12/frameworks/native/cmds/installd/
H A DCacheTracker.cpp68 auto cachePath = read_path_inode(path, "cache", kXattrInodeCache); in loadStats() local
70 calculate_tree_size(cachePath, &cacheUsed); in loadStats()
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DProtoLogTool.kt91 val cachePath = "gen/${cacheSplit.joinToString("/")}.java" regex
93 outJar.putNextEntry(ZipEntry(cachePath))
/aosp12/build/soong/finder/
H A Dfinder_test.go48 cachePath := "/finder/finder-db"
49 cacheDir := filepath.Dir(cachePath)
56 f, err := newImpl(cacheParams, filesystem, logger, cachePath, numThreads)
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java377 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()