Searched refs:profilePath (Results 1 – 4 of 4) sorted by relevance
137 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 profilePath178 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 …]
244 profilePath android.WritablePath member499 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.profilePath1118 return b.profilePath
2691 …if profilePath := di.PrebuiltExportPath(dexJarFileApexRootRelative + ".prof"); profilePath != nil {2692 j.dexpreopter.inputProfilePathOnHost = profilePath
3036 …if profilePath := di.PrebuiltExportPath(dexJarFileApexRootRelative + ".prof"); profilePath != nil {3037 module.dexpreopter.inputProfilePathOnHost = profilePath