Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dmk2rbc.go453 includeTops []string member
498 includeTops: []string{},
825 if pathPattern[0] == "" && len(ctx.includeTops) > 0 {
828 for _, p := range ctx.includeTops {
841 needsWarning := pathPattern[0] == "" && len(ctx.includeTops) == 0
1840 ctx.includeTops = []string{}
1873 for _, top := range ctx.includeTops {
1878 ctx.includeTops = append(ctx.includeTops, p)