Home
last modified time | relevance | path

Searched defs:flagExporter (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dlibrary.go694 type flagExporter struct { struct
695 Properties FlagExporterProperties
697 dirs android.Paths // Include directories to be included with -I
698 systemDirs android.Paths // System include directories to be included with -isystem
699 flags []string // Exported raw flags.
700 deps android.Paths
701 headers android.Paths
707 func (f *flagExporter) exportedIncludes(ctx ModuleContext) android.Paths {
719 func (f *flagExporter) exportIncludes(ctx ModuleContext) {
726 func (f *flagExporter) exportIncludesAsSystem(ctx ModuleContext) {
[all …]
/build/soong/rust/
Dproc_macro.go30 *flagExporter anonMember
Drust.go507 type flagExporter struct { struct
508 linkDirs []string
509 linkObjects android.Paths
510 libDeps android.Paths
513 func (flagExporter *flagExporter) exportLinkDirs(dirs ...string) {
517 func (flagExporter *flagExporter) exportLinkObjects(flags ...android.Path) {
521 func (flagExporter *flagExporter) exportLibDeps(paths ...android.Path) {
525 func (flagExporter *flagExporter) setProvider(ctx ModuleContext) {
Dlibrary.go96 *flagExporter anonMember