Searched refs:BootclasspathFragmentModule (Results 1 – 4 of 4) sorted by relevance
142 type BootclasspathFragmentModule struct { struct170 var _ commonBootclasspathFragment = (*BootclasspathFragmentModule)(nil)179 m := &BootclasspathFragmentModule{}205 …pathFragmentInitContentsFromImage(ctx android.EarlyModuleContext, m *BootclasspathFragmentModule) { argument271 func (b *BootclasspathFragmentModule) bootclasspathImageNameContentsConsistencyCheck(ctx android.Ba… argument348 func (b *BootclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo… argument361 func (b *BootclasspathFragmentModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument369 func (b *BootclasspathFragmentModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument371 _, isSourceModule := module.(*BootclasspathFragmentModule)386 func (b *BootclasspathFragmentModule) DepsMutator(ctx android.BottomUpMutatorContext) { argument[all …]
159 module := result.Module("myfragment", "android_common").(*BootclasspathFragmentModule)
255 …ment := result.ModuleForTests(moduleName, variantName).Module().(*java.BootclasspathFragmentModule)
1704 if _, ok := child.(*java.BootclasspathFragmentModule); !ok {