Home
last modified time | relevance | path

Searched refs:PathsForInputs (Results 1 – 4 of 4) sorted by relevance

/build/soong/genrule/
Dlocations.go39 return cmd.PathsForInputs(l.paths)
Dgenrule.go439 return strings.Join(cmd.PathsForInputs(srcFiles), " "), nil
/build/soong/java/
Ddroiddoc.go453 argFilesMap[label] = strings.Join(cmd.PathsForInputs(paths), " ")
/build/soong/android/
Drule_builder.go799 func (c *RuleBuilderCommand) PathsForInputs(paths Paths) []string { func