Searched refs:secondaryProfileDir (Results 1 – 1 of 1) sorted by relevance
159 File secondaryProfileDir = new File(dexPathFile.getParent(), "oat"); in registerSecondaryDexForProfiling() local160 File secondaryProfile = new File(secondaryProfileDir, dexPathFile.getName() + ".cur.prof"); in registerSecondaryDexForProfiling()165 if (!secondaryProfileDir.exists()) { in registerSecondaryDexForProfiling()166 if (!secondaryProfileDir.mkdir()) { in registerSecondaryDexForProfiling()