Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_test.go187 type TestBazelConversionContext struct { struct
188 omc bazel.OtherModuleTestContext
189 allowlist Bp2BuildConversionAllowlist
190 errors []string
195 func (bcc *TestBazelConversionContext) OtherModuleType(m blueprint.Module) string {
199 func (bcc *TestBazelConversionContext) OtherModuleName(m blueprint.Module) string {
203 func (bcc *TestBazelConversionContext) OtherModuleDir(m blueprint.Module) string {
207 func (bcc *TestBazelConversionContext) ModuleErrorf(format string, args ...interface{}) {
211 func (bcc *TestBazelConversionContext) Config() Config {
Dbazel_paths_test.go115 TestBazelConversionContext anonMember