Home
last modified time | relevance | path

Searched refs:BootclasspathFragmentModule (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/soong/java/
H A Dbootclasspath_fragment.go224 type BootclasspathFragmentModule struct { struct
257 var _ commonBootclasspathFragment = (*BootclasspathFragmentModule)(nil)
260 m := &BootclasspathFragmentModule{}
288 m := bootclasspathFragmentFactory().(*BootclasspathFragmentModule)
293 func (m *BootclasspathFragmentModule) bootclasspathFragmentPropertyCheck(ctx android.ModuleContext)… argument
396 func (b *BootclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo… argument
420 func (b *BootclasspathFragmentModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument
428 func (b *BootclasspathFragmentModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument
430 _, isSourceModule := module.(*BootclasspathFragmentModule)
445 func (b *BootclasspathFragmentModule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
[all …]
H A Dbootclasspath_fragment_test.go193 module := result.Module("myfragment", "android_common").(*BootclasspathFragmentModule)
520 fragment := result.Module("myfragment", "android_common").(*BootclasspathFragmentModule)
523 fragment = result.Module("a_test_fragment", "android_common").(*BootclasspathFragmentModule)
/aosp_15_r20/build/soong/apex/
H A Dapex.go1945 _, ok := child.(*java.BootclasspathFragmentModule)