Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java4393 Path codeCache = ContextImpl.getCodeCacheDirBeforeBind(new File(dataDir)).toPath(); in handleAttachStartupAgents() local
4394 if (!Files.exists(codeCache)) { in handleAttachStartupAgents()
4397 Path startupPath = codeCache.resolve("startup_agents"); in handleAttachStartupAgents()