Searched refs:buildDir (Results 1 – 12 of 12) sorted by relevance
/build/soong/bp2build/ |
D | performance_test.go | 104 config := android.TestConfig(buildDir, nil, genCustomModuleBp(tcSize), nil) 123 testConfig := setup(buildDir, tcSize) 146 testConfig := setup(buildDir, tcSize) 173 testConfig := setup(buildDir, tcSize) 200 testConfig := setup(buildDir, tcSize)
|
D | bzl_conversion_test.go | 27 buildDir, err = ioutil.TempDir("", "bazel_queryview_test") 34 os.RemoveAll(buildDir)
|
D | build_conversion_test.go | 201 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 468 config := android.TestConfig(buildDir, nil, testCase.blueprint, nil) 635 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 900 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 1005 config := android.TestConfig(buildDir, nil, "", fs) 1140 config := android.TestConfig(buildDir, nil, testCase.blueprint, fs)
|
D | testing.go | 40 buildDir string var 105 config := android.TestConfig(buildDir, nil, tc.blueprint, filesystem)
|
/build/soong/cc/ |
D | test_data_test.go | 112 buildDir, err := ioutil.TempDir("", "soong_test_test") 116 defer os.RemoveAll(buildDir) 120 config := android.TestConfig(buildDir, nil, "", map[string][]byte{
|
D | testing.go | 600 func TestConfig(buildDir string, os android.OsType, env map[string]string, 614 return android.TestArchConfig(buildDir, env, bp, mockFS)
|
/build/blueprint/bootstrap/ |
D | glob.go | 171 func GlobDirectory(buildDir, globListDir string) string { argument 172 return filepath.Join(buildDir, "globs", globListDir)
|
/build/soong/android/ |
D | paths_test.go | 234 func pathTestConfig(buildDir string) Config { 235 return TestConfig(buildDir, nil, "", nil) 978 buildDir string 984 buildDir: "out", 989 buildDir: "out", 995 buildDir: "out", 1013 testConfig := pathTestConfig(test.buildDir)
|
D | fixture.go | 631 func createFixture(t *testing.T, buildDir string, preparers []*simpleFixturePreparer) Fixture { 632 config := TestConfig(buildDir, nil, "", nil)
|
D | config.go | 341 func TestConfig(buildDir string, env map[string]string, bp string, fs map[string][]byte) Config { 369 outDir: buildDir, 370 soongOutDir: filepath.Join(buildDir, "soong"), 435 func TestArchConfig(buildDir string, env map[string]string, bp string, fs map[string][]byte) Config… 436 testConfig := TestConfig(buildDir, env, bp, fs)
|
/build/soong/ui/build/ |
D | config.go | 595 for buildDir := dir; buildDir != "."; buildDir = filepath.Dir(buildDir) { 596 err := filepath.Walk(buildDir, func(path string, info os.FileInfo, err error) error { 619 return filepath.Join(buildDir, "Android.mk")
|
/build/soong/cmd/soong_build/ |
D | main.go | 214 func writeBuildGlobsNinjaFile(ctx *android.Context, buildDir string, config interface{}) []string { 218 globDir := bootstrap.GlobDirectory(buildDir, globListDir)
|