Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Drule_builder_test.go64 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 Dandroidmk_test.go85 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 Dmodule_test.go954 func (s sourceProducerTestModule) Srcs() Paths { return PathsForTesting(s.props.A) }
975 ctx.SetOutputFiles(PathsForTesting(o.props.B), o.props.A)
H A Dpaths.go2348 func PathsForTesting(strs ...string) Paths { func
/aosp_15_r20/build/soong/java/
H A Dapp_test.go1351 aaptInfo.srcJars = android.PathsForTesting(strings.Split(javacRule.Args["srcJars"], " ")...)
1356 aaptInfo.classpath = android.PathsForTesting(strings.Split(classpathArg, ":")...)