Searched refs:secondaryProfile (Results 1 – 1 of 1) sorted by relevance
141 File secondaryProfile = new File(secondaryProfileDir, dexPathFile.getName() + ".cur.prof"); in registerSecondaryDexForProfiling() local148 Slog.e(TAG, "Could not create the profile directory: " + secondaryProfile); in registerSecondaryDexForProfiling()155 boolean created = secondaryProfile.createNewFile(); in registerSecondaryDexForProfiling()157 Slog.i(TAG, "Created profile for secondary dex: " + secondaryProfile); in registerSecondaryDexForProfiling()168 VMRuntime.registerAppInfo(secondaryProfile.getPath(), new String[] { dexPath }); in registerSecondaryDexForProfiling()