Searched refs:ReportPathErrorf (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | paths.go | 139 ReportPathErrorf(ctx, "%s", err.Error()) 145 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) { func 237 …ReportPathErrorf(ctx, "Tried to create generated file from unsupported path: %s(%s)", reflect.Type… 247 …ReportPathErrorf(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf… 258 …ReportPathErrorf(ctx, "Tried to create res file from unsupported path: %s (%s)", reflect.TypeOf(p)… 572 ReportPathErrorf(ctx, "%s: %s", p, err.Error()) 574 ReportPathErrorf(ctx, "module source path %q does not exist", p) 601 ReportPathErrorf(ctx, "Path %q is not in module source directory %q", p, prefix) 1018 ReportPathErrorf(ctx, "path may not contain a glob: %s", path.String()) 1030 ReportPathErrorf(ctx, "%s: %s", path, err.Error()) [all …]
|
D | rule_builder.go | 619 ReportPathErrorf(r.ctx, "sbox rule %q manifestPath %q must not be in outputDir %q",
|
/build/soong/dexpreopt/ |
D | class_loader_context.go | 515 … android.ReportPathErrorf(ctx, "failed to parse SDK version in dexpreopt.config: '%s'", sdkVerStr)
|
D | dexpreopt.go | 85 android.ReportPathErrorf(ctx, err.Error())
|