Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dpaths_test.go271 archModuleContext: archModuleContext{
286 archModuleContext: archModuleContext{
300 archModuleContext: archModuleContext{
317 archModuleContext: archModuleContext{
334 archModuleContext: archModuleContext{
351 archModuleContext: archModuleContext{
368 archModuleContext: archModuleContext{
383 archModuleContext: archModuleContext{
398 archModuleContext: archModuleContext{
415 archModuleContext: archModuleContext{
[all …]
H A Darch_module_context.go35 type archModuleContext struct { struct
49 func (a *archModuleContext) ArchReady() bool { argument
53 func (a *archModuleContext) Target() Target { argument
57 func (a *archModuleContext) TargetPrimary() bool { argument
61 func (a *archModuleContext) MultiTargets() []Target { argument
65 func (a *archModuleContext) Arch() Arch { argument
69 func (a *archModuleContext) Os() OsType { argument
73 func (a *archModuleContext) Host() bool { argument
77 func (a *archModuleContext) Device() bool { argument
81 func (a *archModuleContext) Darwin() bool { argument
[all …]
H A Dmutator.go481 archModuleContext anonMember
510 archModuleContext: m.base().archModuleContextFactory(bpctx),
520 archModuleContext anonMember
557 archModuleContext: m.base().archModuleContextFactory(bpctx),
H A Dmodule.go1787 archModuleContext: m.archModuleContextFactory(ctx),
1796 …c (m *ModuleBase) archModuleContextFactory(ctx archModuleContextFactoryContext) archModuleContext {
1806 return archModuleContext{
H A Dbase_module_context.go248 archModuleContext anonMember