Lines Matching refs:buildDir
250 func pathTestConfig(buildDir string) Config {
251 return TestConfig(buildDir, nil, "", nil)
799 buildDir string
805 buildDir: "out",
810 buildDir: "out",
816 buildDir: "out",
834 testConfig := pathTestConfig(test.buildDir)
963 func testPathForModuleSrc(t *testing.T, buildDir string, tests []pathForModuleSrcTestCase) {
999 config := TestConfig(buildDir, nil, "", mockFS)
1080 srcs: []string{buildDir + "/.intermediates/ofp/b/gen/b"},
1090 srcs: []string{buildDir + "/.intermediates/ofp/b/gen/c"},
1105 srcs: []string{buildDir + "/.intermediates/ofp/b/gen/b"},
1120 testPathForModuleSrc(t, buildDir, tests)
1162 src: buildDir + "/.intermediates/ofp/b/gen/b",
1172 src: buildDir + "/.intermediates/ofp/b/gen/c",
1187 testPathForModuleSrc(t, buildDir, tests)
1207 config := TestConfig(buildDir, nil, bp, nil)