Home
last modified time | relevance | path

Searched refs:exportedSystemDirs (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dlibrary.go295 func (f *flagExporter) exportedSystemDirs() android.Paths { func
313 exportedSystemDirs() android.Paths methodSpec
400 for _, path := range append(l.exportedDirs(), l.exportedSystemDirs()...) {
Dandroidmk.go184 for _, dir := range library.exportedSystemDirs() {
Dvndk.go630 prop.ExportedSystemDirs = l.exportedSystemDirs().Strings()
Dvendor_snapshot.go714 for _, dir := range l.exportedSystemDirs() {
Dcc.go1022 return flagsProducer.exportedSystemDirs()
2189 …depPaths.ReexportedSystemDirs = append(depPaths.ReexportedSystemDirs, exporter.exportedSystemDirs(…
2403 depPaths.SystemIncludeDirs = append(depPaths.SystemIncludeDirs, i.exportedSystemDirs()...)