Searched refs:reportPathErrorf (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | paths.go | 89 reportPathErrorf(ctx, "%s", err.Error()) 95 func reportPathErrorf(ctx PathContext, format string, args ...interface{}) { func 158 …reportPathErrorf(ctx, "Tried to create generated file from unsupported path: %s(%s)", reflect.Type… 168 …reportPathErrorf(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf… 179 …reportPathErrorf(ctx, "Tried to create res file from unsupported path: %s (%s)", reflect.TypeOf(p)… 419 reportPathErrorf(ctx, "%s: %s", p, err.Error()) 421 reportPathErrorf(ctx, "module source path %q does not exist", p) 448 reportPathErrorf(ctx, "Path %q is not in module source directory %q", p, prefix) 804 reportPathErrorf(ctx, "path may not contain a glob: %s", path.String()) 816 reportPathErrorf(ctx, "%s: %s", path, err.Error()) [all …]
|
D | config.go | 922 reportPathErrorf(ctx, "malformed (apex, jar) pair: '%s', expected format: <apex>:<jar>", str)
|
D | module.go | 2228 reportPathErrorf(ctx, "got multiple output files from module %q, expected exactly one",
|