Lines Matching defs:TestBazelConversionPathContext
114 type TestBazelConversionPathContext struct { struct
115 TestBazelConversionContext
116 moduleDir string
117 cfg Config
120 func (ctx *TestBazelConversionPathContext) AddNinjaFileDeps(...string) {
124 func (ctx *TestBazelConversionPathContext) GlobWithDeps(string, []string) ([]string, error) {
128 func (ctx *TestBazelConversionPathContext) PropertyErrorf(string, string, ...interface{}) {
132 …*TestBazelConversionPathContext) GetDirectDep(string) (blueprint.Module, blueprint.DependencyTag) {
136 func (ctx *TestBazelConversionPathContext) ModuleFromName(string) (blueprint.Module, bool) {
140 func (ctx *TestBazelConversionPathContext) AddUnconvertedBp2buildDep(string) {
144 func (ctx *TestBazelConversionPathContext) AddMissingBp2buildDep(string) {
148 func (ctx *TestBazelConversionPathContext) Module() Module {
152 func (ctx *TestBazelConversionPathContext) Config() Config {
156 func (ctx *TestBazelConversionPathContext) ModuleDir() string {