Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go140 ReportPathErrorf(ctx, "%s", err.Error())
146 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) { func
238ReportPathErrorf(ctx, "Tried to create generated file from unsupported path: %s(%s)", reflect.Type…
248ReportPathErrorf(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf…
259ReportPathErrorf(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 …]
Drule_builder.go610 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)
Dmodule.go3504 ReportPathErrorf(ctx, "got multiple output files from module %q, expected exactly one",
/build/soong/cc/config/
Ddarwin_host.go171 android.ReportPathErrorf(ctx, "%q", macTools.err)
/build/soong/dexpreopt/
Dclass_loader_context.go652 … android.ReportPathErrorf(ctx, "failed to parse SDK version in dexpreopt.config: '%s'", sdkVerStr)
Ddexpreopt.go85 android.ReportPathErrorf(ctx, err.Error())