Home
last modified time | relevance | path

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

/build/soong/bazel/
Dtesting.go25 type TestModuleInfo struct { struct
26 ModuleName string
27 Typ string
28 Dir string
32 func (mi TestModuleInfo) Name() string {
37 func (mi TestModuleInfo) GenerateBuildActions(blueprint.ModuleContext) {}
39 func (mi TestModuleInfo) equals(other TestModuleInfo) bool {
/build/soong/android/
Dbazel_test.go174 bazel.TestModuleInfo anonMember