Searched refs:ReportPathErrorf (Results 1 – 6 of 6) sorted by relevance
/build/soong/android/ |
D | paths.go | 140 ReportPathErrorf(ctx, "%s", err.Error()) 146 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) { func 238 …ReportPathErrorf(ctx, "Tried to create generated file from unsupported path: %s(%s)", reflect.Type… 248 …ReportPathErrorf(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf… 259 …ReportPathErrorf(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) [all …]
|
D | rule_builder.go | 610 ReportPathErrorf(r.ctx, "sbox rule %q manifestPath %q must not be in outputDir %q", 617 ReportPathErrorf(r.ctx, "sbox manifest failed to marshal: %q", err)
|
D | module.go | 3504 ReportPathErrorf(ctx, "got multiple output files from module %q, expected exactly one",
|
/build/soong/cc/config/ |
D | darwin_host.go | 171 android.ReportPathErrorf(ctx, "%q", macTools.err)
|
/build/soong/dexpreopt/ |
D | class_loader_context.go | 652 … android.ReportPathErrorf(ctx, "failed to parse SDK version in dexpreopt.config: '%s'", sdkVerStr)
|
D | dexpreopt.go | 85 android.ReportPathErrorf(ctx, err.Error())
|