Lines Matching refs:reportPathErrorf
80 reportPathErrorf(ctx, "%s", err.Error())
86 func reportPathErrorf(ctx PathContext, format string, args ...interface{}) { func
149 …reportPathErrorf(ctx, "Tried to create generated file from unsupported path: %s(%s)", reflect.Type…
159 …reportPathErrorf(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf…
170 …reportPathErrorf(ctx, "Tried to create res file from unsupported path: %s (%s)", reflect.TypeOf(p)…
398 reportPathErrorf(ctx, "%s: %s", p, err.Error())
400 reportPathErrorf(ctx, "module source path %q does not exist", p)
428 reportPathErrorf(ctx, "Path %q is not in module source directory %q", p, prefix)
761 reportPathErrorf(ctx, "path may not contain a glob: %s", path.String())
773 reportPathErrorf(ctx, "%s: %s", path, err.Error())
775 reportPathErrorf(ctx, "source path %q does not exist", path)
791 reportPathErrorf(ctx, "path may not contain a glob: %s", path.String())
836 reportPathErrorf(ctx, "Cannot find relative path for %s(%s)", reflect.TypeOf(path).Name(), path)
842 reportPathErrorf(ctx, "Path may not contain a glob: %s", dir)
846 reportPathErrorf(ctx, "glob: %s", err.Error())
921 reportPathErrorf(ctx, "extension %q cannot contain /", ext)
974 reportPathErrorf(ctx, "%q produced no files, expected exactly one", p)
977 reportPathErrorf(ctx, "%q produced %d files, expected exactly one", p, len(paths))
1347 reportPathErrorf(ctx, "Phony target contains invalid character ($ or /): %s", phony)
1413 reportPathErrorf(ctx, "path %q is not under path %q", targetPath, basePath)