Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java4675 Path codeCache = ContextImpl.getCodeCacheDirBeforeBind(new File(dataDir)).toPath(); in handleAttachStartupAgents() local
4676 if (!Files.exists(codeCache)) { in handleAttachStartupAgents()
4679 Path startupPath = codeCache.resolve("startup_agents"); in handleAttachStartupAgents()