Searched refs:TestArchConfig (Results 1 – 19 of 19) sorted by relevance
/build/soong/rust/ |
D | project_json_test.go | 40 config := android.TestArchConfig(buildDir, env, bp, fs)
|
D | rust_test.go | 71 return android.TestArchConfig(buildDir, nil, bp, fs)
|
/build/soong/android/ |
D | csuite_config_test.go | 22 config := TestArchConfig(buildDir, nil, bpFileContents, nil)
|
D | vts_config_test.go | 22 config := TestArchConfig(buildDir, nil, bpFileContents, nil)
|
D | package_test.go | 87 config := TestArchConfig(buildDir, nil, "", fs)
|
D | path_properties_test.go | 118 config := TestArchConfig(buildDir, nil, bp, nil)
|
D | prebuilt_test.go | 280 config := TestArchConfig(buildDir, nil, bp, fs)
|
D | arch_test.go | 354 config := TestArchConfig(buildDir, nil, bp, nil)
|
D | config.go | 258 testConfig := TestArchConfig(buildDir, env, bp, fs) 288 func TestArchConfig(buildDir string, env map[string]string, bp string, fs map[string][]byte) Config… func
|
D | visibility_test.go | 1169 config := TestArchConfig(buildDir, nil, "", fs)
|
/build/soong/cc/ |
D | genrule_test.go | 55 config := android.TestArchConfig(buildDir, nil, bp, fs)
|
D | testing.go | 554 config = android.TestArchConfig(buildDir, env, bp, mockFS)
|
/build/soong/java/ |
D | testing.go | 114 config := android.TestArchConfig(buildDir, env, bp, mockFS)
|
/build/soong/xml/ |
D | xml_test.go | 59 config := android.TestArchConfig(buildDir, nil, bp, fs)
|
/build/soong/sh/ |
D | sh_binary_test.go | 44 config := android.TestArchConfig(buildDir, nil, bp, fs)
|
/build/soong/etc/ |
D | prebuilt_etc_test.go | 59 config := android.TestArchConfig(buildDir, nil, bp, fs)
|
/build/soong/sdk/ |
D | testing.go | 66 config := android.TestArchConfig(buildDir, nil, bp, mockFS)
|
/build/soong/genrule/ |
D | genrule_test.go | 124 return android.TestArchConfig(buildDir, nil, bp, mockFS)
|
/build/soong/apex/ |
D | apex_test.go | 199 tempConfig := android.TestArchConfig(buildDir, nil, bp, fs) 203 config := android.TestArchConfig(buildDir, nil, bp, fs) 5557 config := android.TestArchConfig(buildDir, nil, bp, fs)
|