Searched defs:flagExporter (Results 1 – 4 of 4) sorted by relevance
295 type flagExporter struct { struct296 Properties FlagExporterProperties298 dirs android.Paths // Include directories to be included with -I299 systemDirs android.Paths // System include directories to be included with -isystem300 flags []string // Exported raw flags.301 deps android.Paths302 headers android.Paths303 rustRlibDeps []RustRlibDep309 func (f *flagExporter) exportedIncludes(ctx ModuleContext) android.Paths {319 func (f *flagExporter) exportedSystemIncludes(ctx ModuleContext) android.Paths {[all …]
30 *flagExporter anonMember
554 type flagExporter struct { struct555 linkDirs []string556 ccLinkDirs []string557 rustLibPaths []string558 staticLibObjects []string559 sharedLibObjects []string560 wholeStaticLibObjects []string561 wholeRustRlibDeps []cc.RustRlibDep564 func (flagExporter *flagExporter) exportLinkDirs(dirs ...string) {568 func (flagExporter *flagExporter) exportRustLibs(flags ...string) {[all …]
130 *flagExporter anonMember