Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go194 type SourceRootDirs struct { struct
195 dirs []string
198 func (dirs *SourceRootDirs) Add(names ...string) {
202 func (dirs *SourceRootDirs) SourceRootDirAllowed(path string) (bool, string) {
/build/soong/android/
Dconfig.go1564 func (c *config) SourceRootDirs() []string { func
Dvariable.go483 SourceRootDirs []string `json:",omitempty"` member