Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt.go137 profilePath := module.BuildPath.InSameDir(ctx, "profile.prof")
141 rule.Command().Text("rm -f").Output(profilePath)
142 rule.Command().Text("touch").Output(profilePath)
165 FlagWithOutput("--reference-profile-file=", profilePath)
170 rule.Install(profilePath, profileInstalledPath)
172 return profilePath
178 profilePath := module.BuildPath.InSameDir(ctx, "profile.bprof")
182 rule.Command().Text("rm -f").Output(profilePath)
183 rule.Command().Text("touch").Output(profilePath)
198 FlagWithOutput("--reference-profile-file=", profilePath)
[all …]
/build/soong/java/
Dbootclasspath_fragment.go244 profilePath android.WritablePath member
499 b.profilePath = ctx.Module().(*PrebuiltBootclasspathFragmentModule).produceBootImageProfile(ctx)
501 …b.profilePath = b.produceBootImageProfileFromSource(ctx, contents, hiddenAPIOutput.EncodedBootDexF…
503 b.provideApexContentInfo(ctx, hiddenAPIOutput, b.profilePath)
835 return b.profilePath
1118 return b.profilePath
Djava.go2691 …if profilePath := di.PrebuiltExportPath(dexJarFileApexRootRelative + ".prof"); profilePath != nil {
2692 j.dexpreopter.inputProfilePathOnHost = profilePath
Dsdk_library.go3036 …if profilePath := di.PrebuiltExportPath(dexJarFileApexRootRelative + ".prof"); profilePath != nil {
3037 module.dexpreopter.inputProfilePathOnHost = profilePath