Home | History | Annotate | Download | only in cc

Lines Matching full:profile_file

57 		Profile_file       *string `android:"arch_variant"`
104 profile_file := *props.Pgo.Profile_file
106 // Test if the profile_file is present in any of the PGO profile projects
108 // Bug: http://b/74395273 If the profile_file is unavailable,
110 // <profile_file>.<arbitrary-version> when available. This
113 globPattern := filepath.Join(profileProject, profile_file+".*")
119 path := android.ExistentPathForSource(ctx, profileProject, profile_file)
122 ctx.PropertyErrorf("pgo.profile_file", "Profile_file has multiple versions: "+filepath.Join(profileProject, profile_file)+", "+strings.Join(versioned_profiles, ", "))
128 ctx.PropertyErrorf("pgo.profile_file", "Profile_file has multiple versions: "+strings.Join(versioned_profiles, ", "))
135 missing := *props.Pgo.Profile_file + ":" + ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName()
189 filePresent := props.Pgo.Profile_file != nil
204 missing = append(missing, "profile_file property")