Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DDexLoadReporter.java140 File secondaryProfileDir = new File(dexPathFile.getParent(), "oat"); in registerSecondaryDexForProfiling() local
141 File secondaryProfile = new File(secondaryProfileDir, dexPathFile.getName() + ".cur.prof"); in registerSecondaryDexForProfiling()
146 if (!secondaryProfileDir.exists()) { in registerSecondaryDexForProfiling()
147 if (!secondaryProfileDir.mkdir()) { in registerSecondaryDexForProfiling()