Home
last modified time | relevance | path

Searched refs:moduleContext (Results 1 – 5 of 5) sorted by relevance

/build/soong/rust/
Dimage.go117 func (ctx *moduleContext) SocSpecific() bool {
124 func (ctx *moduleContext) DeviceSpecific() bool {
135 func (ctx *moduleContext) ProductSpecific() bool {
Drust.go698 type moduleContext struct { struct
706 func (ctx *moduleContext) RustModule() *Module { argument
710 func (ctx *moduleContext) toolchain() config.Toolchain { argument
759 ctx := &moduleContext{
/build/blueprint/
Dmodule_ctx.go478 var _ ModuleContext = (*moduleContext)(nil)
480 type moduleContext struct { struct
736 func (m *moduleContext) ModuleSubDir() string { argument
740 func (m *moduleContext) Variable(pctx PackageContext, name, value string) { argument
751 func (m *moduleContext) Rule(pctx PackageContext, name string, argument
766 func (m *moduleContext) Build(pctx PackageContext, params BuildParams) { argument
777 func (m *moduleContext) GetMissingDependencies() []string { argument
Dcontext.go2811 mctx := &moduleContext{
/build/soong/cc/
Dimage.go51 func (ctx *moduleContext) ProductSpecific() bool {
55 func (ctx *moduleContext) SocSpecific() bool {
59 func (ctx *moduleContext) DeviceSpecific() bool {