Searched refs:codeCacheDir (Results 1 – 2 of 2) sorted by relevance
317 String codeCacheDir = getCodeCacheDir().getCanonicalPath(); in onFullBackup() local329 traversalExcludeSet.add(codeCacheDir); in onFullBackup()432 String codeCacheDir; in fullBackupFile() local446 codeCacheDir = getCodeCacheDir().getCanonicalPath(); in fullBackupFile()469 || filePath.startsWith(codeCacheDir) in fullBackupFile()
4517 final File codeCacheDir = appContext.getCodeCacheDir(); in handleBindApplication() local4518 if (codeCacheDir != null) { in handleBindApplication()4519 setupGraphicsSupport(data.info, codeCacheDir); in handleBindApplication()