Searched refs:exportIncludeDirs (Results 1 – 3 of 3) sorted by relevance
232 exportIncludeDirs := map[string]bool{}235 exportIncludeDirs[filepath.Dir(bazelOutputFile)] = true239 for includePath, _ := range exportIncludeDirs {
763 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)764 if len(exportIncludeDirs) > 0 {765 f := includeDirsToFlags(exportIncludeDirs)857 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)859 for _, dir := range exportIncludeDirs.Strings() {1403 exportIncludeDirs := library.flagExporter.exportedIncludes(ctx)1405 for _, dir := range exportIncludeDirs.Strings() {
53 "LOCAL_EXPORT_C_INCLUDE_DIRS": exportIncludeDirs,385 func exportIncludeDirs(ctx variableAssignmentContext) error { func