Home
last modified time | relevance | path

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

/build/soong/java/
Djava_test.go1151 type mockContext struct { struct
1152 android.ModuleContext
1153 result bool
1156 func (ctx *mockContext) PropertyErrorf(property, format string, args ...interface{}) {
/build/soong/cc/
Dcc_test.go3132 type mockContext struct { struct
3133 BaseModuleContext
3134 result bool
3137 func (ctx *mockContext) PropertyErrorf(property, format string, args ...interface{}) {