Home
last modified time | relevance | path

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

/build/soong/java/
Djava_test.go1189 type mockContext struct { struct
1194 func (ctx *mockContext) PropertyErrorf(property, format string, args ...interface{}) { argument
1201 ctx := &mockContext{result: true}
/build/soong/cc/
Dcc_test.go1331 type mockContext struct { struct
1336 func (ctx *mockContext) PropertyErrorf(property, format string, args ...interface{}) { argument
1344 ctx := &mockContext{result: true}