Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dtesting.go106 pathCtx := android.PathContextForTesting(config)
/build/soong/apex/
Ddexpreopt_bootjars_test.go251 ctx := android.PathContextForTesting(android.TestArchConfig("", nil, "", nil))
/build/soong/java/
Ddexpreopt_test.go296 pathContext := android.PathContextForTesting(result.Config)
Dtesting.go792 pathCtx := android.PathContextForTesting(androidConfig)
/build/soong/android/
Dfixture.go1014 pathContext := PathContextForTesting(r.Config)
Dmodule_test.go1079 PathContext: PathContextForTesting(config),
Drule_builder_test.go285 pathCtx := PathContextForTesting(TestConfig("out_local", nil, "", fs))
Dpaths_test.go934 ctx := PathContextForTesting(config)
Drule_builder.go1564 pathCtx := PathContextForTesting(config)
Dpaths.go2347 func PathContextForTesting(config Config) PathContext { func