Searched refs:PathsForTesting (Results 1 – 5 of 5) sorted by relevance
| /build/soong/android/ |
| D | rule_builder_test.go | 64 Inputs(PathsForTesting("a.o", "b.o")). 147 Inputs(PathsForTesting("a.o", "b.o")). 166 Inputs(PathsForTesting("a.o", "b.o")). 172 cmd.Inputs(PathsForTesting("a.o", "b.o")) 177 cmd.Inputs(PathsForTesting("a.o", "b.o")) 219 FlagForEachInput("--classpath ", PathsForTesting("a.jar", "b.jar"))) 228 FlagWithInputList("-classpath=", PathsForTesting("a.jar", "b.jar"), ":")) 255 FlagWithRspFileInputList("@", PathForOutput(ctx, "foo.rsp"), PathsForTesting("a.java", "b.java")).
|
| D | androidmk_test.go | 83 defaultDistPaths = PathsForTesting("one.out") 89 ctx.SetOutputFiles(PathsForTesting("one.out"), "") 90 ctx.SetOutputFiles(PathsForTesting("two.out", "three/four.out"), ".multiple") 91 ctx.SetOutputFiles(PathsForTesting("another.out"), ".another-tag")
|
| D | module_test.go | 955 func (s sourceProducerTestModule) Srcs() Paths { return PathsForTesting(s.props.A) } 976 ctx.SetOutputFiles(PathsForTesting(o.props.B), o.props.A)
|
| D | paths.go | 2329 func PathsForTesting(strs ...string) Paths { func
|
| /build/soong/java/ |
| D | app_test.go | 1426 aaptInfo.srcJars = android.PathsForTesting(strings.Split(javacRule.Args["srcJars"], " ")...) 1431 aaptInfo.classpath = android.PathsForTesting(strings.Split(classpathArg, ":")...)
|