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.go786 func (d *Droiddoc) doclavaDocsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, doc…
860 func (d *Droiddoc) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsDir …
908 …outDir, srcJarDir, srcJarList android.Path, sourcepaths android.Paths) *android.RuleBuilderCommand
936 classpath classpath, sourcepaths android.Paths) *android.RuleBuilderCommand {
954 sourcepaths android.Paths) *android.RuleBuilderCommand {
974 outDir, srcJarDir android.Path, bootclasspath, classpath classpath) *android.RuleBuilderCommand {
1011 var cmd *android.RuleBuilderCommand
1297 func (d *Droidstubs) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsDi…
1333 func (d *Droidstubs) annotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {
1370 func (d *Droidstubs) mergeAnnoDirFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {
[all …]