Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go379 systemDirs android.Paths // System include directories to be included with -isystem member
402 …f.systemDirs = append(f.systemDirs, android.PathsForModuleSrc(ctx, f.Properties.Export_system_incl…
409 f.systemDirs = append(f.systemDirs, f.exportedIncludes(ctx)...)
410 …f.systemDirs = append(f.systemDirs, android.PathsForModuleSrc(ctx, f.Properties.Export_system_incl…
422 f.systemDirs = append(f.systemDirs, dirs...)
450 SystemIncludeDirs: android.FirstUniquePaths(f.systemDirs),
603 …for _, path := range append(android.CopyOfPaths(l.flagExporter.dirs), l.flagExporter.systemDirs...…
Dandroidmk.go207 systemIncludeDirs = library.flagExporter.systemDirs