Lines Matching refs:Rel
104 if !strings.HasSuffix(in.Rel(), ".mojom") {
105 ctx.PropertyErrorf("srcs", "Source is not a .mojom file: %s", in.Rel())
109 out := android.PathForModuleGen(ctx, in.Rel())
170 if !strings.HasSuffix(in.Rel(), ".mojom") {
171 ctx.PropertyErrorf("srcs", "Source is not a .mojom file: %s", in.Rel())
175 srcRoot := strings.TrimSuffix(in.String(), in.Rel())
177 relStem := strings.TrimSuffix(in.Rel(), ".mojom")
324 if !strings.HasSuffix(in.Rel(), ".mojom") {
325 ctx.PropertyErrorf("srcs", "Source is not a .mojom file: %s", in.Rel())
328 relStem := strings.TrimSuffix(in.Rel(), ".mojom")
329 srcRoot := strings.TrimSuffix(in.String(), in.Rel())