Searched refs:PathsForTesting (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A 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")).
|
H A D | androidmk_test.go | 85 defaultDistPaths = PathsForTesting("one.out") 96 ctx.SetOutputFiles(PathsForTesting("one.out"), "") 97 ctx.SetOutputFiles(PathsForTesting("two.out", "three/four.out"), ".multiple") 98 ctx.SetOutputFiles(PathsForTesting("another.out"), ".another-tag")
|
H A D | module_test.go | 954 func (s sourceProducerTestModule) Srcs() Paths { return PathsForTesting(s.props.A) } 975 ctx.SetOutputFiles(PathsForTesting(o.props.B), o.props.A)
|
H A D | paths.go | 2348 func PathsForTesting(strs ...string) Paths { func
|
/aosp_15_r20/build/soong/java/ |
H A D | app_test.go | 1351 aaptInfo.srcJars = android.PathsForTesting(strings.Split(javacRule.Args["srcJars"], " ")...) 1356 aaptInfo.classpath = android.PathsForTesting(strings.Split(classpathArg, ":")...)
|