Home
last modified time | relevance | path

Searched refs:PathContextForTesting (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/build/soong/dexpreopt/
H A Dtesting.go106 pathCtx := android.PathContextForTesting(config)
/aosp_15_r20/build/soong/apex/
H A Ddexpreopt_bootjars_test.go251 ctx := android.PathContextForTesting(android.TestArchConfig("", nil, "", nil))
/aosp_15_r20/build/soong/java/
H A Ddexpreopt_test.go293 pathContext := android.PathContextForTesting(result.Config)
H A Dtesting.go787 pathCtx := android.PathContextForTesting(androidConfig)
/aosp_15_r20/build/soong/android/
H A Dfixture.go1014 pathContext := PathContextForTesting(r.Config)
H A Dmodule_test.go1078 PathContext: PathContextForTesting(config),
H A Drule_builder_test.go285 pathCtx := PathContextForTesting(TestConfig("out_local", nil, "", fs))
H A Dpaths_test.go934 ctx := PathContextForTesting(config)
H A Drule_builder.go1555 pathCtx := PathContextForTesting(config)
H A Dpaths.go2366 func PathContextForTesting(config Config) PathContext { func