Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go150 type SourceRootDirs struct { struct
151 dirs []string
154 func (dirs *SourceRootDirs) Add(names ...string) {
158 func (dirs *SourceRootDirs) SourceRootDirAllowed(path string) (bool, string) {
/build/soong/android/
Dvariable.go469 SourceRootDirs []string `json:",omitempty"` member
Dconfig.go1222 func (c *config) SourceRootDirs() []string { func