Searched refs:reportPathError (Results 1 – 1 of 1) sorted by relevance
/build/soong/common/ |
D | paths.go | 68 func reportPathError(ctx PathContext, format string, args ...interface{}) { func 109 …reportPathError(ctx, "Tried to create generated file from unsupported path: %s(%s)", reflect.TypeO… 119 …reportPathError(ctx, "Tried to create object file from unsupported path: %s (%s)", reflect.TypeOf(… 130 …reportPathError(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 …]
|