Searched refs:getCodeCacheDir (Results 1 – 14 of 14) sorted by relevance
29 return new PathClassLoader(context.getCodeCacheDir() + "/compiled_view.dex", in loadDexFile()
397 final String codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in onFullBackup()408 final String deviceCodeCacheDir = deContext.getCodeCacheDir().getCanonicalPath(); in onFullBackup()623 codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath(); in fullBackupFile()633 deviceCodeCacheDir = deContext.getCodeCacheDir().getCanonicalPath(); in fullBackupFile()
280 public File getCodeCacheDir() { in getCodeCacheDir() method in ContextWrapper281 return mBase.getCodeCacheDir(); in getCodeCacheDir()
1397 public abstract File getCodeCacheDir(); in getCodeCacheDir() method in Context
235 public File getCodeCacheDir() { in getCodeCacheDir() method in MockContext
439 String dexFile = mContext.getCodeCacheDir() + COMPILED_VIEW_DEX_FILE_NAME; in initPrecompiledViews()
67 method public java.io.File getCodeCacheDir();
1416 public File getCodeCacheDir() { in getCodeCacheDir() method in BridgeContext
747 public File getCodeCacheDir() { in getCodeCacheDir() method in ContextImpl
6082 final File codeCacheDir = deviceContext.getCodeCacheDir(); in setupGraphicsSupport()
7147 method public abstract java.io.File getCodeCacheDir();7322 method public java.io.File getCodeCacheDir();29212 method public java.io.File getCodeCacheDir();
9711 method public abstract java.io.File getCodeCacheDir();9931 method public java.io.File getCodeCacheDir();
1202 HSPLandroid/app/ContextImpl;->getCodeCacheDir()Ljava/io/File;