Searched refs:exportedSystemDirs (Results 1 – 5 of 5) sorted by relevance
295 func (f *flagExporter) exportedSystemDirs() android.Paths { func313 exportedSystemDirs() android.Paths methodSpec400 for _, path := range append(l.exportedDirs(), l.exportedSystemDirs()...) {
184 for _, dir := range library.exportedSystemDirs() {
630 prop.ExportedSystemDirs = l.exportedSystemDirs().Strings()
714 for _, dir := range l.exportedSystemDirs() {
1022 return flagsProducer.exportedSystemDirs()2189 …depPaths.ReexportedSystemDirs = append(depPaths.ReexportedSystemDirs, exporter.exportedSystemDirs(…2403 depPaths.SystemIncludeDirs = append(depPaths.SystemIncludeDirs, i.exportedSystemDirs()...)