Home
last modified time | relevance | path

Searched refs:buildDir (Results 1 – 12 of 12) sorted by relevance

/build/soong/bp2build/
Dperformance_test.go104 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)
Dbzl_conversion_test.go27 buildDir, err = ioutil.TempDir("", "bazel_queryview_test")
34 os.RemoveAll(buildDir)
Dbuild_conversion_test.go201 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)
Dtesting.go40 buildDir string var
105 config := android.TestConfig(buildDir, nil, tc.blueprint, filesystem)
/build/soong/cc/
Dtest_data_test.go112 buildDir, err := ioutil.TempDir("", "soong_test_test")
116 defer os.RemoveAll(buildDir)
120 config := android.TestConfig(buildDir, nil, "", map[string][]byte{
Dtesting.go600 func TestConfig(buildDir string, os android.OsType, env map[string]string,
614 return android.TestArchConfig(buildDir, env, bp, mockFS)
/build/blueprint/bootstrap/
Dglob.go171 func GlobDirectory(buildDir, globListDir string) string { argument
172 return filepath.Join(buildDir, "globs", globListDir)
/build/soong/android/
Dpaths_test.go234 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)
Dfixture.go631 func createFixture(t *testing.T, buildDir string, preparers []*simpleFixturePreparer) Fixture {
632 config := TestConfig(buildDir, nil, "", nil)
Dconfig.go341 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/
Dconfig.go595 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/
Dmain.go214 func writeBuildGlobsNinjaFile(ctx *android.Context, buildDir string, config interface{}) []string {
218 globDir := bootstrap.GlobDirectory(buildDir, globListDir)