Searched refs:PgoAdditionalProfileDirs (Results 1 – 4 of 4) sorted by relevance
50 return append(globalPgoProfileProjects, config.PgoAdditionalProfileDirs()...)
172 $(call add_json_list, PgoAdditionalProfileDirs, $(PGO_ADDITIONAL_PROFILE_DIRS))
300 PgoAdditionalProfileDirs []string `json:",omitempty"` member
1104 func (c *deviceConfig) PgoAdditionalProfileDirs() []string { func1105 return c.config.productVariables.PgoAdditionalProfileDirs