Searched refs:codeCacheDir (Results 1 – 2 of 2) sorted by relevance
422 final String codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in onFullBackup() local450 traversalExcludeSet.add(codeCacheDir); in onFullBackup()623 final String codeCacheDir; in fullBackupFile() local648 codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in fullBackupFile()682 || filePath.startsWith(codeCacheDir) in fullBackupFile()
6292 final File codeCacheDir = deviceContext.getCodeCacheDir(); in setupGraphicsSupport() local6293 if (codeCacheDir != null) { in setupGraphicsSupport()6298 HardwareRenderer.setupDiskCache(codeCacheDir); in setupGraphicsSupport()6299 RenderScriptCacheDir.setupDiskCache(codeCacheDir); in setupGraphicsSupport()