Home
last modified time | relevance | path

Searched refs:headerSearchPath (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/cc/
H A Dcmakelists.go212 writeAllIncludeDirectories(c.headerSearchPath, f, false)
280 headerSearchPath parameterType = iota const
289 headerSearchPath []string member
305 return headerSearchPath
365 case headerSearchPath:
366 compilerParameters.headerSearchPath =
367 append(compilerParameters.headerSearchPath, strings.TrimPrefix(param, "-I"))
H A Dccdeps.go158 case headerSearchPath: