Searched refs:PathsForTesting (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | androidmk_test.go | 45 return PathsForTesting("one.out"), nil 47 return PathsForTesting("two.out", "three/four.out"), nil 49 return PathsForTesting("another.out"), nil
|
D | rule_builder_test.go | 51 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")).
|
D | paths.go | 1487 func PathsForTesting(strs ...string) Paths { func
|
/build/soong/cc/ |
D | cc_test.go | 2247 out, _ := splitListForSize(android.PathsForTesting(testCase.in...), testCase.size)
|