Home
last modified time | relevance | path

Searched defs:GlobResult (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/blueprint/pathtools/
H A Dglob.go38 type GlobResult struct { struct
40 Pattern string
42 Excludes []string
45 Matches []string
48 Deps []string
/aosp12/build/blueprint/
H A Dglob.go25 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) {
/aosp12/build/blueprint/bootstrap/
H A Dglob.go270 func globToBucket(g pathtools.GlobResult) int {