Searched defs:moduleContext (Results 1 – 4 of 4) sorted by relevance
1910 func checkDistProperties(ctx *moduleContext, property string, dist *Dist) {2065 type moduleContext struct { struct2066 bp blueprint.ModuleContext2067 baseModuleContext2068 packagingSpecs []PackagingSpec2069 installFiles InstallPaths2070 checkbuildFiles Paths2071 module Module2072 phonies map[string]Paths2075 buildParams []BuildParams[all …]
480 type moduleContext struct { struct481 baseModuleContext482 scope *localScope483 actionDefs localBuildActions484 handledMissingDeps bool736 func (m *moduleContext) ModuleSubDir() string {740 func (m *moduleContext) Variable(pctx PackageContext, name, value string) {751 func (m *moduleContext) Rule(pctx PackageContext, name string,766 func (m *moduleContext) Build(pctx PackageContext, params BuildParams) {777 func (m *moduleContext) GetMissingDependencies() []string {
698 type moduleContext struct { struct699 android.ModuleContext706 func (ctx *moduleContext) RustModule() *Module {710 func (ctx *moduleContext) toolchain() config.Toolchain {
1319 type moduleContext struct { struct1320 android.ModuleContext1321 moduleContextImpl