Lines Matching defs:BootclasspathFragmentModule
230 type BootclasspathFragmentModule struct { struct
231 android.ModuleBase
232 android.DefaultableModuleBase
233 android.ApexModuleBase
234 ClasspathFragmentBase
237 testFragment bool
239 properties bootclasspathFragmentProperties
241 sourceOnlyProperties SourceOnlyBootclasspathProperties
244 profilePath android.WritablePath
245 profilePathErr error
299 … *BootclasspathFragmentModule) bootclasspathFragmentPropertyCheck(ctx android.EarlyModuleContext) {
402 …tclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool {
420 …Module) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion android.ApiLevel) error {
428 func (b *BootclasspathFragmentModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
445 func (b *BootclasspathFragmentModule) DepsMutator(ctx android.BottomUpMutatorContext) {
468 func (b *BootclasspathFragmentModule) BootclasspathDepsMutator(ctx android.BottomUpMutatorContext) {
473 func (b *BootclasspathFragmentModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
520 func (b *BootclasspathFragmentModule) getProfileProviderApex(ctx android.BaseModuleContext) string {
545 …ntInfo(ctx android.ModuleContext, hiddenAPIOutput *HiddenAPIOutput, profile android.WritablePath) {
562 …nc (b *BootclasspathFragmentModule) generateClasspathProtoBuildActions(ctx android.ModuleContext) {
574 …*BootclasspathFragmentModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
630 …tx android.ModuleContext, contents []android.Module, fragments []android.Module) *HiddenAPIOutput {
674 … android.ModuleContext, contents []android.Module, fragments []android.Module) HiddenAPIFlagInput {
700 func (b *BootclasspathFragmentModule) isTestFragment() bool {
706 …android.Module, input HiddenAPIFlagInput, bootDexInfoByModule bootDexInfoByModule, suffix string) …
735 …contents []android.Module, fragments []android.Module, input HiddenAPIFlagInput) *HiddenAPIOutput {
797 …ndroid.ModuleContext, contents []android.Module, modules bootDexJarByModule) android.WritablePath {
814 func (b *BootclasspathFragmentModule) AndroidMkEntries() []android.AndroidMkEntries {
834 func (b *BootclasspathFragmentModule) getProfilePath() android.Path {
839 func (b *BootclasspathFragmentModule) IDEInfo(dpInfo *android.IdeInfo) {
1046 BootclasspathFragmentModule anonMember