Home
last modified time | relevance | path

Searched refs:codeCacheDir (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java322 final String codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in onFullBackup() local
350 traversalExcludeSet.add(codeCacheDir); in onFullBackup()
511 final String codeCacheDir; in fullBackupFile() local
536 codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in fullBackupFile()
570 || filePath.startsWith(codeCacheDir) in fullBackupFile()
/frameworks/base/core/java/android/app/
DActivityThread.java5315 final File codeCacheDir = deviceContext.getCodeCacheDir(); in handleBindApplication() local
5316 if (codeCacheDir != null) { in handleBindApplication()
5317 setupGraphicsSupport(appContext, codeCacheDir); in handleBindApplication()