Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java3750 Path code_cache = ContextImpl.getCodeCacheDirBeforeBind(new File(dataDir)).toPath(); in handleAttachStartupAgents() local
3751 if (!Files.exists(code_cache)) { in handleAttachStartupAgents()
3754 Path startup_path = code_cache.resolve("startup_agents"); in handleAttachStartupAgents()