Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go408 type SourceInput struct { struct
409 Context ModuleMissingDepsPathContext
410 Paths []string
411 ExcludePaths []string
412 IncludeDirs bool
442 func PathsRelativeToModuleSourceDir(input SourceInput) Paths {
573 func PathsAndMissingDepsRelativeToModuleSourceDir(input SourceInput) (Paths, []string) {