Searched refs:Matches (Results 1 – 5 of 5) sorted by relevance
/build/blueprint/ |
D | glob.go | 57 return append([]string(nil), g.Matches...), nil 77 return append([]string(nil), g.Matches...), nil 81 return append([]string(nil), result.Matches...), nil
|
/build/blueprint/pathtools/ |
D | glob.go | 45 Matches []string member 53 return []byte(strings.Join(result.Matches, "\n") + "\n") 63 multipleMatches[i] = result.Matches 146 Matches: matches,
|
/build/soong/zip/ |
D | zip.go | 299 if len(result.Matches) == 0 { 311 srcs = append(srcs, result.Matches...) 343 srcs = append(srcs, result.Matches...)
|
/build/bazel/rules_cc/examples/ |
D | experimental_cc_shared_library.bzl | 22 "targets": "Matches targets that can be exported.",
|
/build/soong/android/ |
D | paths.go | 998 files = result.Matches
|