Lines Matching refs:rule
248 rule := android.NewRuleBuilder(pctx, ctx)
252 rule.Command().Text("echo").FlagWithOutput("> ", newlineFile)
253 rule.Temporary(newlineFile)
260 rule.Command().
268 rule.Temporary(builtContext)
272 rule.Command().
281 rule.Temporary(builtContext)
285 rule.Command().
294 rule.Temporary(builtContext)
295 rule.Command().Text("cp").Input(builtContext).Output(ret)
297 rule.DeleteTemporaryFiles()
298 rule.Build("selinux_contexts", "building contexts: "+m.Name())
308 rule := android.NewRuleBuilder(pctx, ctx)
317 rule.Command().
326 rule.Build(m.Name(), "flattened_apex_file_contexts")
348 rule := android.NewRuleBuilder(pctx, ctx)
387 cmd := rule.Command().
398 rule.Command().Text("cp -f").Input(input).Output(out)
401 rule.Build("check_namespace", "checking namespace of "+ctx.ModuleName())
430 rule := android.NewRuleBuilder(pctx, ctx)
437 rule.Command().
446 rule.Command().Text("cp -f").Input(builtCtxFile).Output(out)
447 rule.Build("property_contexts_check_api", "checking API: "+m.Name())
458 rule := android.NewRuleBuilder(pctx, ctx)
459 rule.Command().Text("(grep").
468 rule.Temporary(neverallowFile)
469 rule.Command().BuiltTool("checkseapp").
475 rule.Build("seapp_contexts", "Building seapp_contexts: "+m.Name())
619 rule := android.NewRuleBuilder(pctx, ctx)
620 rule.Command().BuiltTool(tool).
626 rule.Command().Text("touch").Output(m.testTimestamp)
627 rule.Build("contexts_test", "running contexts test: "+ctx.ModuleName())