Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go533 type SourceInput struct { struct
534 Context ModuleMissingDepsPathContext
535 Paths []string
536 ExcludePaths []string
537 IncludeDirs bool
567 func PathsRelativeToModuleSourceDir(input SourceInput) Paths {
775 func PathsAndMissingDepsRelativeToModuleSourceDir(input SourceInput) (Paths, []string) {