Searched refs:PathContextForTesting (Results 1 – 10 of 10) sorted by relevance
106 pathCtx := android.PathContextForTesting(config)
251 ctx := android.PathContextForTesting(android.TestArchConfig("", nil, "", nil))
293 pathContext := android.PathContextForTesting(result.Config)
787 pathCtx := android.PathContextForTesting(androidConfig)
1014 pathContext := PathContextForTesting(r.Config)
1078 PathContext: PathContextForTesting(config),
285 pathCtx := PathContextForTesting(TestConfig("out_local", nil, "", fs))
934 ctx := PathContextForTesting(config)
1555 pathCtx := PathContextForTesting(config)
2366 func PathContextForTesting(config Config) PathContext { func