Searched refs:FlagWithRspFileInputList (Results 1 – 9 of 9) sorted by relevance
/build/soong/android/ |
D | test_suites.go | 71 FlagWithRspFileInputList("-l ", installedPaths.Paths())
|
D | rule_builder_test.go | 242 FlagWithRspFileInputList("@", PathsForTesting("a.java", "b.java")).
|
D | rule_builder.go | 770 func (c *RuleBuilderCommand) FlagWithRspFileInputList(flag string, paths Paths) *RuleBuilderCommand… func
|
/build/soong/java/ |
D | lint.go | 180 resListRule.Command().Text("cp").FlagWithRspFileInputList("", l.resources).Output(resourcesList) 217 cmd.FlagWithRspFileInputList("--srcs ", l.srcs) 516 FlagWithRspFileInputList("-l ", paths)
|
D | kotlin.go | 67 rule.Command().Text("cp").FlagWithRspFileInputList("", commonSrcFiles).Output(commonSrcsList)
|
D | droiddoc.go | 931 FlagWithRspFileInputList("@", srcs). 1492 FlagWithRspFileInputList("@", srcs). 1685 impCmd.Text("cp").FlagWithRspFileInputList("", cmd.GetImplicits()).Output(implicitsRsp)
|
/build/soong/cc/ |
D | fuzz.go | 405 command.FlagWithRspFileInputList("-l ", fuzzModule.corpus)
|
D | vndk.go | 755 FlagWithRspFileInputList("< ", snapshotOutputs).
|
D | vendor_snapshot.go | 835 FlagWithRspFileInputList("< ", snapshotOutputs).
|