Searched refs:systemDirs (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | library_stub.go | 132 d.systemDirs = append(d.systemDirs, android.MaybeExistentPathForSource(ctx, ctx.ModuleDir(), dir))
|
D | library.go | 278 systemDirs android.Paths // System include directories to be included with -isystem member 306 …f.systemDirs = append(f.systemDirs, android.PathsForModuleSrc(ctx, f.Properties.Export_system_incl… 313 f.systemDirs = append(f.systemDirs, f.exportedIncludes(ctx)...) 314 …f.systemDirs = append(f.systemDirs, android.PathsForModuleSrc(ctx, f.Properties.Export_system_incl… 326 f.systemDirs = append(f.systemDirs, dirs...) 358 SystemIncludeDirs: android.FirstUniquePaths(f.systemDirs),
|
D | androidmk.go | 187 systemIncludeDirs = library.flagExporter.systemDirs
|