Searched refs:systemDirs (Results 1 – 2 of 2) sorted by relevance
379 systemDirs android.Paths // System include directories to be included with -isystem member402 …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...…
207 systemIncludeDirs = library.flagExporter.systemDirs