Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dpaths.go825 type sourcePathInput struct { struct
826 context ModuleWithDepsPathContext
827 path string
828 expandedExcludes []string
829 includeDirs bool
835 func expandOneSrcPath(input sourcePathInput) (Paths, error) {