Searched defs:flagExporter (Results 1 – 4 of 4) sorted by relevance
276 type flagExporter struct { struct277 Properties FlagExporterProperties279 dirs android.Paths // Include directories to be included with -I280 systemDirs android.Paths // System include directories to be included with -isystem281 flags []string // Exported raw flags.282 deps android.Paths283 headers android.Paths284 rustRlibDeps []RustRlibDep290 func (f *flagExporter) exportedIncludes(ctx ModuleContext) android.Paths {300 func (f *flagExporter) exportedSystemIncludes(ctx ModuleContext) android.Paths {[all …]
478 type flagExporter struct { struct479 linkDirs []string480 ccLinkDirs []string481 linkObjects []string484 func (flagExporter *flagExporter) exportLinkDirs(dirs ...string) {488 func (flagExporter *flagExporter) exportLinkObjects(flags ...string) {492 func (flagExporter *flagExporter) setProvider(ctx ModuleContext) {
30 *flagExporter anonMember
109 *flagExporter anonMember