Home
last modified time | relevance | path

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

/build/soong/java/
Djava_test.go1335 type mockContext struct { struct
1336 android.ModuleContext
1337 result bool
1340 func (ctx *mockContext) PropertyErrorf(property, format string, args ...interface{}) {
/build/soong/cc/
Dcc_test.go1336 type mockContext struct { struct
1337 BaseModuleContext
1338 result bool
1341 func (ctx *mockContext) PropertyErrorf(property, format string, args ...interface{}) {