• Home
  • Raw
  • Download

Lines Matching refs:ReportPathErrorf

140 	ReportPathErrorf(ctx, "%s", err.Error())
146 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) { func
238ReportPathErrorf(ctx, "Tried to create generated file from unsupported path: %s(%s)", reflect.Type…
248ReportPathErrorf(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf…
259ReportPathErrorf(ctx, "Tried to create res file from unsupported path: %s (%s)", reflect.TypeOf(p)…
665 ReportPathErrorf(input.context, "%s: %s", p, err.Error())
667 ReportPathErrorf(input.context, "module source path %q does not exist", p)
670 ReportPathErrorf(input.context, "%s: %s", p, err.Error())
672 ReportPathErrorf(input.context, "module source path %q is a directory", p)
701 ReportPathErrorf(ctx, "Path %q is not in module source directory %q", p, prefix)
1118 ReportPathErrorf(ctx, "path may not contain a glob: %s", path.String())
1130 ReportPathErrorf(ctx, "%s: %s", path, err.Error())
1132 ReportPathErrorf(ctx, "source path %q does not exist", path)
1150 ReportPathErrorf(ctx, "path may not contain a glob: %s", path.String())
1195 ReportPathErrorf(ctx, "Cannot find relative path for %s(%s)", reflect.TypeOf(path).Name(), path)
1202 ReportPathErrorf(ctx, "Path may not contain a glob: %s", dir)
1206 ReportPathErrorf(ctx, "glob: %s", err.Error())
1321 ReportPathErrorf(ctx, "extension %q cannot contain /", ext)
1375 ReportPathErrorf(ctx, "%q produced no files, expected exactly one", p)
1378 ReportPathErrorf(ctx, "%q produced %d files, expected exactly one", p, len(paths))
1915 ReportPathErrorf(ctx, "Phony target contains invalid character ($ or /): %s", phony)
2067 ReportPathErrorf(ctx, "path %q is not under path %q", targetPath, basePath)