Searched refs:codeCacheDir (Results 1 – 2 of 2) sorted by relevance
320 final String codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in onFullBackup() local348 traversalExcludeSet.add(codeCacheDir); in onFullBackup()509 final String codeCacheDir; in fullBackupFile() local534 codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in fullBackupFile()568 || filePath.startsWith(codeCacheDir) in fullBackupFile()
5271 final File codeCacheDir = deviceContext.getCodeCacheDir(); in handleBindApplication() local5272 if (codeCacheDir != null) { in handleBindApplication()5273 setupGraphicsSupport(data.info, codeCacheDir); in handleBindApplication()