Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go375 type flagExporter struct { struct
376 Properties FlagExporterProperties
378 dirs android.Paths // Include directories to be included with -I
379 systemDirs android.Paths // System include directories to be included with -isystem
380 flags []string // Exported raw flags.
381 deps android.Paths
382 headers android.Paths
388 func (f *flagExporter) exportedIncludes(ctx ModuleContext) android.Paths {
400 func (f *flagExporter) exportIncludes(ctx ModuleContext) {
407 func (f *flagExporter) exportIncludesAsSystem(ctx ModuleContext) {
[all …]
/build/soong/rust/
Dproc_macro.go30 *flagExporter anonMember
Drust.go433 type flagExporter struct { struct
434 linkDirs []string
435 linkObjects []string
438 func (flagExporter *flagExporter) exportLinkDirs(dirs ...string) {
442 func (flagExporter *flagExporter) exportLinkObjects(flags ...string) {
446 func (flagExporter *flagExporter) setProvider(ctx ModuleContext) {
Dlibrary.go95 *flagExporter anonMember