Searched refs:buildDir (Results 1 – 9 of 9) sorted by relevance
/build/soong/android/ |
D | android_test.go | 23 var buildDir string var 27 buildDir, err = ioutil.TempDir("", "android_test") 34 os.RemoveAll(buildDir)
|
D | test_config.go | 27 func TestConfig(buildDir string, env map[string]string, bp string, fs map[string][]byte) Config { 56 outDir: buildDir, 57 soongOutDir: filepath.Join(buildDir, "soong"), 131 func TestArchConfig(buildDir string, env map[string]string, bp string, fs map[string][]byte) Config… 132 testConfig := TestConfig(buildDir, env, bp, fs)
|
D | paths_test.go | 250 func pathTestConfig(buildDir string) Config { 251 return TestConfig(buildDir, nil, "", nil) 1064 buildDir string 1070 buildDir: "out", 1075 buildDir: "out", 1081 buildDir: "out", 1099 testConfig := pathTestConfig(test.buildDir)
|
D | fixture.go | 763 func createFixture(t *testing.T, buildDir string, preparers []*simpleFixturePreparer) Fixture { 764 config := TestConfig(buildDir, nil, "", nil)
|
D | module_test.go | 1010 config := TestConfig(buildDir, tt.env, "", nil)
|
/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 | 675 func TestConfig(buildDir string, os android.OsType, env map[string]string, 689 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/ui/build/ |
D | config.go | 644 for buildDir := dir; buildDir != "."; buildDir = filepath.Dir(buildDir) { 645 err := filepath.Walk(buildDir, func(path string, info os.FileInfo, err error) error { 668 return filepath.Join(buildDir, "Android.mk")
|