Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DDexLoadReporter.java139 File dexPathFile = new File(dexPath); in registerSecondaryDexForProfiling() local
140 File secondaryProfileDir = new File(dexPathFile.getParent(), "oat"); in registerSecondaryDexForProfiling()
142 new File(secondaryProfileDir, dexPathFile.getName() + ".cur.prof"); in registerSecondaryDexForProfiling()
143 File secondaryRefProfile = new File(secondaryProfileDir, dexPathFile.getName() + ".prof"); in registerSecondaryDexForProfiling()