Home
last modified time | relevance | path

Searched refs:ReportPathErrorf (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dpaths.go139 ReportPathErrorf(ctx, "%s", err.Error())
145 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) { func
237ReportPathErrorf(ctx, "Tried to create generated file from unsupported path: %s(%s)", reflect.Type…
247ReportPathErrorf(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf…
258ReportPathErrorf(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 …]
Drule_builder.go619 ReportPathErrorf(r.ctx, "sbox rule %q manifestPath %q must not be in outputDir %q",
/build/soong/dexpreopt/
Dclass_loader_context.go515 … android.ReportPathErrorf(ctx, "failed to parse SDK version in dexpreopt.config: '%s'", sdkVerStr)
Ddexpreopt.go85 android.ReportPathErrorf(ctx, err.Error())