Searched refs:dexPathFile (Results 1 – 1 of 1) sorted by relevance
158 File dexPathFile = new File(dexPath); in registerSecondaryDexForProfiling() local159 File secondaryProfileDir = new File(dexPathFile.getParent(), "oat"); in registerSecondaryDexForProfiling()160 File secondaryProfile = new File(secondaryProfileDir, dexPathFile.getName() + ".cur.prof"); in registerSecondaryDexForProfiling()