Home
last modified time | relevance | path

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

/build/soong/android/
Drule_builder.go31 commands []*RuleBuilderCommand
134 func (r *RuleBuilder) Command() *RuleBuilderCommand {
135 command := &RuleBuilderCommand{
350 func (r *RuleBuilder) depFileMergerCmd(ctx PathContext, depFiles WritablePaths) *RuleBuilderCommand
480 type RuleBuilderCommand struct { struct
497 func (c *RuleBuilderCommand) addInput(path Path) string { argument
507 func (c *RuleBuilderCommand) addImplicit(path Path) string { argument
517 func (c *RuleBuilderCommand) addOrderOnly(path Path) { argument
521 func (c *RuleBuilderCommand) outputStr(path Path) string { argument
532 func (c *RuleBuilderCommand) Text(text string) *RuleBuilderCommand { argument
[all …]
/build/soong/java/
Ddroiddoc.go799 func (d *Droiddoc) doclavaDocsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, doc…
877 func (d *Droiddoc) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsDir …
925 …outDir, srcJarDir, srcJarList android.Path, sourcepaths android.Paths) *android.RuleBuilderCommand
953 classpath classpath, sourcepaths android.Paths) *android.RuleBuilderCommand {
971 sourcepaths android.Paths) *android.RuleBuilderCommand {
991 outDir, srcJarDir android.Path, bootclasspath, classpath classpath) *android.RuleBuilderCommand {
1028 var cmd *android.RuleBuilderCommand
1314 func (d *Droidstubs) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsDi…
1350 func (d *Droidstubs) annotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {
1387 func (d *Droidstubs) mergeAnnoDirFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {
[all …]