Searched refs:RuleBuilderCommand (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | rule_builder.go | 47 commands []*RuleBuilderCommand 203 func (r *RuleBuilder) Command() *RuleBuilderCommand { 204 command := &RuleBuilderCommand{ 436 func (r *RuleBuilder) depFileMergerCmd(depFiles WritablePaths) *RuleBuilderCommand { 631 sboxCmd := &RuleBuilderCommand{ 754 type RuleBuilderCommand struct { struct 780 func (c *RuleBuilderCommand) addInput(path Path) string { argument 786 func (c *RuleBuilderCommand) addImplicit(path Path) { argument 791 func (c *RuleBuilderCommand) addOrderOnly(path Path) { argument 800 func (c *RuleBuilderCommand) PathForInput(path Path) string { argument [all …]
|
/build/soong/genrule/ |
D | locations.go | 25 Paths(cmd *android.RuleBuilderCommand) []string argument 38 func (l inputLocation) Paths(cmd *android.RuleBuilderCommand) []string { 53 func (l outputLocation) Paths(cmd *android.RuleBuilderCommand) []string { 68 func (l toolLocation) Paths(cmd *android.RuleBuilderCommand) []string { 84 func (l packagedToolLocation) Paths(cmd *android.RuleBuilderCommand) []string { 100 func (l errorLocation) Paths(cmd *android.RuleBuilderCommand) []string {
|
/build/soong/java/ |
D | droidstubs.go | 473 func (d *Droidstubs) sdkValuesFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, met… 477 func (d *Droidstubs) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsDi… 527 func (d *Droidstubs) annotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, p… 554 func (d *Droidstubs) mergeAnnoDirFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) { 565 …Droidstubs) inclusionAnnotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) { 576 … apiLevelsAnnotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsType S… 609 …) apiLevelsGenerationFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsType S… 735 …ubs) apiCompatibilityFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsType S… 757 ….Path, homeDir android.WritablePath, params stubsCommandConfigParams) *android.RuleBuilderCommand { 808 func generateRevertAnnotationArgs(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubs… argument [all …]
|
D | droiddoc.go | 488 func (j *Javadoc) expandArgs(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) { 636 func (d *Droiddoc) doclavaDocsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, doc… 741 …outDir, srcJarDir, srcJarList android.Path, sourcepaths android.Paths) *android.RuleBuilderCommand… 768 classpath classpath, sourcepaths android.Paths) *android.RuleBuilderCommand { 786 sourcepaths android.Paths) *android.RuleBuilderCommand { 806 outDir, srcJarDir android.Path, bootclasspath, classpath classpath) *android.RuleBuilderCommand { 837 var cmd *android.RuleBuilderCommand
|
D | java.go | 2034 classpath android.Paths) *android.RuleBuilderCommand { 2096 func (al *ApiLibrary) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsD… 2102 func (al *ApiLibrary) addValidation(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, val…
|
D | hiddenapi_modular.go | 504 func (c hiddenAPIFlagFileCategory) commandMutator(command *android.RuleBuilderCommand, path android… argument
|
/build/soong/filesystem/ |
D | avb_add_hash_footer.go | 152 func addAvbProp(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, prop avbProp) { argument
|