Home
last modified time | relevance | path

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

/build/soong/cc/
Dpgo.go109 func (props *PgoProperties) getPgoProfileFile(ctx BaseModuleContext) android.OptionalPath { func
170 profileFile := props.getPgoProfileFile(ctx)
263 if profileFile := pgo.Properties.getPgoProfileFile(ctx); profileFile.Valid() {