Searched refs:codeCacheDir (Results 1 – 2 of 2) sorted by relevance
397 final String codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in onFullBackup() local425 traversalExcludeSet.add(codeCacheDir); in onFullBackup()598 final String codeCacheDir; in fullBackupFile() local623 codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in fullBackupFile()657 || filePath.startsWith(codeCacheDir) in fullBackupFile()
6082 final File codeCacheDir = deviceContext.getCodeCacheDir(); in setupGraphicsSupport() local6083 if (codeCacheDir != null) { in setupGraphicsSupport()6088 HardwareRenderer.setupDiskCache(codeCacheDir); in setupGraphicsSupport()6089 RenderScriptCacheDir.setupDiskCache(codeCacheDir); in setupGraphicsSupport()