Home
last modified time | relevance | path

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

/build/soong/common/
Dpaths.go68 func reportPathError(ctx PathContext, format string, args ...interface{}) { func
109reportPathError(ctx, "Tried to create generated file from unsupported path: %s(%s)", reflect.TypeO…
119reportPathError(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf(…
130reportPathError(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf(…
231 reportPathError(ctx, "Path '%s' is not in module source directory '%s'", p, prefix)
302 reportPathError(ctx, "%s", err.Error())
307 reportPathError(ctx, "%s", err.Error())
311 reportPathError(ctx, "source path %s is in output", abs)
328 reportPathError(ctx, "%s", err.Error())
333 reportPathError(ctx, "%s", err.Error())
[all …]