Home
last modified time | relevance | path

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

/build/soong/android/
Drule_builder.go46 commands []*RuleBuilderCommand
202 func (r *RuleBuilder) Command() *RuleBuilderCommand {
203 command := &RuleBuilderCommand{
470 func (r *RuleBuilder) depFileMergerCmd(depFiles WritablePaths) *RuleBuilderCommand {
629 sboxCmd := &RuleBuilderCommand{
746 type RuleBuilderCommand struct { struct
767 func (c *RuleBuilderCommand) addInput(path Path) string { argument
772 func (c *RuleBuilderCommand) addImplicit(path Path) { argument
776 func (c *RuleBuilderCommand) addOrderOnly(path Path) { argument
784 func (c *RuleBuilderCommand) PathForInput(path Path) string { argument
[all …]
/build/soong/genrule/
Dlocations.go25 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/
Dhiddenapi_modular.go410 commandMutator func(command *android.RuleBuilderCommand, path android.Path)
424 commandMutator: func(command *android.RuleBuilderCommand, path android.Path) {
436 commandMutator: func(command *android.RuleBuilderCommand, path android.Path) {
447 commandMutator: func(command *android.RuleBuilderCommand, path android.Path) {
457 commandMutator: func(command *android.RuleBuilderCommand, path android.Path) {
467 commandMutator: func(command *android.RuleBuilderCommand, path android.Path) {
477 commandMutator: func(command *android.RuleBuilderCommand, path android.Path) {
487 commandMutator: func(command *android.RuleBuilderCommand, path android.Path) {
497 commandMutator: func(command *android.RuleBuilderCommand, path android.Path) {
Ddroiddoc.go445 func (j *Javadoc) expandArgs(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {
595 func (d *Droiddoc) doclavaDocsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, doc…
686 …outDir, srcJarDir, srcJarList android.Path, sourcepaths android.Paths) *android.RuleBuilderCommand
714 classpath classpath, sourcepaths android.Paths) *android.RuleBuilderCommand {
732 sourcepaths android.Paths) *android.RuleBuilderCommand {
752 outDir, srcJarDir android.Path, bootclasspath, classpath classpath) *android.RuleBuilderCommand {
782 var cmd *android.RuleBuilderCommand
Ddroidstubs.go248 func (d *Droidstubs) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsDi…
290 func (d *Droidstubs) annotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {
329 func (d *Droidstubs) mergeAnnoDirFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {
340 …Droidstubs) inclusionAnnotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {
351 …Droidstubs) apiLevelsAnnotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {
395 …th, bootclasspath, classpath classpath, homeDir android.WritablePath) *android.RuleBuilderCommand {