Home
last modified time | relevance | path

Searched refs:mockContext (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Djava_test.go1773 type mockContext struct { struct
1778 func (ctx *mockContext) PropertyErrorf(property, format string, args ...interface{}) { argument
1785 ctx := &mockContext{result: true}
/build/soong/cc/
Dcc_test.go2845 type mockContext struct { struct
2850 func (ctx *mockContext) PropertyErrorf(property, format string, args ...interface{}) { argument
2857 ctx := &mockContext{result: true}