Searched refs:exportIncludeDirs (Results 1 – 2 of 2) sorted by relevance
371 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)372 if len(exportIncludeDirs) > 0 {373 f := includeDirsToFlags(exportIncludeDirs)442 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)444 for _, dir := range exportIncludeDirs.Strings() {789 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)791 for _, dir := range exportIncludeDirs.Strings() {
49 "LOCAL_EXPORT_C_INCLUDE_DIRS": exportIncludeDirs,372 func exportIncludeDirs(ctx variableAssignmentContext) error { func