Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dmodule.go1761 ctx := &moduleContext{
2065 type moduleContext struct { struct
2511 func (m *moduleContext) ModuleSubDir() string {
2589 func (m *moduleContext) InstallInData() bool {
2593 func (m *moduleContext) InstallInTestcases() bool {
2597 func (m *moduleContext) InstallInSanitizerDir() bool {
2601 func (m *moduleContext) InstallInRamdisk() bool {
2613 func (m *moduleContext) InstallInRecovery() bool {
2617 func (m *moduleContext) InstallInRoot() bool {
2621 func (m *moduleContext) InstallBypassMake() bool {
[all …]
/aosp12/build/soong/rust/
H A Dimage.go117 func (ctx *moduleContext) SocSpecific() bool {
124 func (ctx *moduleContext) DeviceSpecific() bool {
135 func (ctx *moduleContext) ProductSpecific() bool {
H A Drust.go698 type moduleContext struct { struct
706 func (ctx *moduleContext) RustModule() *Module {
710 func (ctx *moduleContext) toolchain() config.Toolchain {
759 ctx := &moduleContext{
/aosp12/build/blueprint/
H A Dmodule_ctx.go478 var _ ModuleContext = (*moduleContext)(nil)
480 type moduleContext struct { struct
736 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 {
H A Dcontext.go2811 mctx := &moduleContext{
/aosp12/build/soong/cc/
H A Dimage.go51 func (ctx *moduleContext) ProductSpecific() bool {
55 func (ctx *moduleContext) SocSpecific() bool {
59 func (ctx *moduleContext) DeviceSpecific() bool {
H A Dcc.go1319 type moduleContext struct { struct
1681 ctx := &moduleContext{