Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_headers.go145 exportedIncludes := bp2BuildParseExportedIncludes(ctx, module)
151 Includes: exportedIncludes,
Dlibrary.go288 exportedIncludes := bp2BuildParseExportedIncludes(ctx, m)
299 Includes: exportedIncludes,
388 func (f *flagExporter) exportedIncludes(ctx ModuleContext) android.Paths { func
401 f.dirs = append(f.dirs, f.exportedIncludes(ctx)...)
409 f.systemDirs = append(f.systemDirs, f.exportedIncludes(ctx)...)
763 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
857 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
1403 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)
2245 exportedIncludes := bp2BuildParseExportedIncludes(ctx, module)
2255 Includes: exportedIncludes,