Home
last modified time | relevance | path

Searched refs:TestPathContext (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Ddexpreopt_config_test.go48 ctx := &android.TestPathContext{TestResult: result}
Ddexpreopt_config_testing.go213 pathCtx := &android.TestPathContext{TestResult: result}
531 pathCtx := &android.TestPathContext{TestResult: result}
912 pathCtx := &android.TestPathContext{TestResult: result}
/build/soong/android/
Dfixture.go749 type TestPathContext struct { struct
753 var _ PathContext = &TestPathContext{}
755 func (t *TestPathContext) Config() Config { argument
759 func (t *TestPathContext) AddNinjaFileDeps(deps ...string) { argument