Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_bootjars_test.go114 ctx := android.PathContextForTesting(android.TestArchConfig("", nil, "", nil))
Ddexpreopt_test.go284 pathContext := android.PathContextForTesting(result.Config)
Dtesting.go542 pathCtx := android.PathContextForTesting(androidConfig)
/build/soong/dexpreopt/
Dtesting.go97 pathCtx := android.PathContextForTesting(config)
/build/soong/android/
Dmodule_test.go248 pathContext := PathContextForTesting(config)
274 pathContext := PathContextForTesting(config)
Dfixture.go835 pathContext := PathContextForTesting(r.Config)
Drule_builder_test.go301 pathCtx := PathContextForTesting(TestConfig("out_local", nil, "", fs))
Dpaths_test.go848 ctx := PathContextForTesting(config)
Drule_builder.go1341 pathCtx := PathContextForTesting(config)
Dpaths.go1989 func PathContextForTesting(config Config) PathContext { func