Home
last modified time | relevance | path

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

/build/soong/android/
Drule_builder_test.go51 Inputs(PathsForTesting("a.o", "b.o")).
134 Inputs(PathsForTesting("a.o", "b.o")).
153 Inputs(PathsForTesting("a.o", "b.o")).
159 cmd.Inputs(PathsForTesting("a.o", "b.o"))
164 cmd.Inputs(PathsForTesting("a.o", "b.o"))
206 FlagForEachInput("--classpath ", PathsForTesting("a.jar", "b.jar")))
215 FlagWithInputList("-classpath=", PathsForTesting("a.jar", "b.jar"), ":"))
242 FlagWithRspFileInputList("@", PathsForTesting("a.java", "b.java")).
Dpaths.go1384 func PathsForTesting(strs ...string) Paths { func
/build/soong/cc/
Dcc_test.go2150 out, _ := splitListForSize(android.PathsForTesting(testCase.in...), testCase.size)