Home
last modified time | relevance | path

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

/build/soong/android/
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")).
Dandroidmk_test.go83 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")
Dmodule_test.go955 func (s sourceProducerTestModule) Srcs() Paths { return PathsForTesting(s.props.A) }
976 ctx.SetOutputFiles(PathsForTesting(o.props.B), o.props.A)
Dpaths.go2329 func PathsForTesting(strs ...string) Paths { func
/build/soong/java/
Dapp_test.go1426 aaptInfo.srcJars = android.PathsForTesting(strings.Split(javacRule.Args["srcJars"], " ")...)
1431 aaptInfo.classpath = android.PathsForTesting(strings.Split(classpathArg, ":")...)