Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go833 type sourcePathInput struct { struct
834 context ModuleWithDepsPathContext
835 path string
836 expandedExcludes []string
837 includeDirs bool
843 func expandOneSrcPath(input sourcePathInput) (Paths, error) {