Home
last modified time | relevance | path

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

/build/soong/java/
Djava_test.go880 type mockContext struct { struct
885 func (ctx *mockContext) PropertyErrorf(property, format string, args ...interface{}) { argument
892 ctx := &mockContext{result: true}
/build/soong/cc/
Dcc_test.go1917 type mockContext struct { struct
1922 func (ctx *mockContext) PropertyErrorf(property, format string, args ...interface{}) { argument
1929 ctx := &mockContext{result: true}