Home
last modified time | relevance | path

Searched refs:TestArchConfig (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/java/
H A Ddexpreopt_bootjars_test.go114 ctx := android.PathContextForTesting(android.TestArchConfig("", nil, "", nil))
/aosp12/build/soong/cc/
H A Dgenrule_test.go55 config := android.TestArchConfig(t.TempDir(), nil, bp, fs)
H A Dtesting.go657 config = android.TestArchConfig(buildDir, env, bp, mockFS)
/aosp12/build/soong/android/
H A Dconfig.go337 func TestArchConfig(buildDir string, env map[string]string, bp string, fs map[string][]byte) Config… func