Searched refs:exportIncludeDirs (Results 1 – 2 of 2) sorted by relevance
546 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)547 if len(exportIncludeDirs) > 0 {548 f := includeDirsToFlags(exportIncludeDirs)653 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)655 for _, dir := range exportIncludeDirs.Strings() {1090 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)1092 for _, dir := range exportIncludeDirs.Strings() {
53 "LOCAL_EXPORT_C_INCLUDE_DIRS": exportIncludeDirs,381 func exportIncludeDirs(ctx variableAssignmentContext) error { func