Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DDexLoadReporter.java141 File secondaryCurProfile = in registerSecondaryDexForProfiling() local
150 Slog.e(TAG, "Could not create the profile directory: " + secondaryCurProfile); in registerSecondaryDexForProfiling()
157 boolean created = secondaryCurProfile.createNewFile(); in registerSecondaryDexForProfiling()
159 Slog.i(TAG, "Created profile for secondary dex: " + secondaryCurProfile); in registerSecondaryDexForProfiling()
172 secondaryCurProfile.getPath(), in registerSecondaryDexForProfiling()