Home
last modified time | relevance | path

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

/build/soong/cc/
Dafdo.go79 func (props *AfdoProperties) GetAfdoProfileFile(ctx android.BaseModuleContext, module string) andro… func
106 if afdo.Properties.GetAfdoProfileFile(ctx, module).Valid() {
114 if profileFile := afdo.Properties.GetAfdoProfileFile(ctx, *profile); profileFile.Valid() {
/build/soong/rust/
Dafdo.go39 if profileFile := afdo.Properties.GetAfdoProfileFile(ctx, ctx.ModuleName()); profileFile.Valid() {