Home
last modified time | relevance | path

Searched refs:SystemIncludeDirs (Results 1 – 6 of 6) sorted by relevance

/build/soong/cc/
Dlinkable.go368 SystemIncludeDirs android.Paths // System include directories to be included with -isystem member
384 SystemIncludeDirs: android.FirstUniquePaths(systemIncludes),
Dlibrary_sdk_member.go444 dirs := append(android.Paths(nil), exportedInfo.SystemIncludeDirs...)
Dvendor_snapshot.go376 for _, dir := range exporterInfo.SystemIncludeDirs {
Dandroidmk.go202 systemIncludeDirs = library.flagExporterInfo.SystemIncludeDirs
Dlibrary.go450 SystemIncludeDirs: android.FirstUniquePaths(f.systemDirs),
/build/soong/rust/
Drust.go1041 …s.depSystemIncludePaths = append(depPaths.depSystemIncludePaths, exportedInfo.SystemIncludeDirs...)
1051 …s.depSystemIncludePaths = append(depPaths.depSystemIncludePaths, exportedInfo.SystemIncludeDirs...)
1060 …s.depSystemIncludePaths = append(depPaths.depSystemIncludePaths, exportedInfo.SystemIncludeDirs...)