Lines Matching defs:BootclasspathFragmentModule
241 type BootclasspathFragmentModule struct { struct
242 android.ModuleBase
243 android.DefaultableModuleBase
244 android.ApexModuleBase
245 ClasspathFragmentBase
248 testFragment bool
250 properties bootclasspathFragmentProperties
252 sourceOnlyProperties SourceOnlyBootclasspathProperties
255 profilePath android.WritablePath
256 profilePathErr error
312 func (m *BootclasspathFragmentModule) UniqueApexVariations() bool {
316 …nc (m *BootclasspathFragmentModule) bootclasspathFragmentPropertyCheck(ctx android.ModuleContext) {
419 func (m *BootclasspathFragmentModule) GetDepInSameApexChecker() android.DepInSameApexChecker {
463 …otclasspathFragmentModule) MinSdkVersionSupported(ctx android.BaseModuleContext) android.ApiLevel {
471 func (b *BootclasspathFragmentModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
488 func (b *BootclasspathFragmentModule) DepsMutator(ctx android.BottomUpMutatorContext) {
522 func (b *BootclasspathFragmentModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
570 func (b *BootclasspathFragmentModule) getProfileProviderApex(ctx android.BaseModuleContext) string {
594 …ntInfo(ctx android.ModuleContext, hiddenAPIOutput *HiddenAPIOutput, profile android.WritablePath) {
611 …nc (b *BootclasspathFragmentModule) generateClasspathProtoBuildActions(ctx android.ModuleContext) {
623 …*BootclasspathFragmentModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
679 …tx android.ModuleContext, contents []android.Module, fragments []android.Module) *HiddenAPIOutput {
723 … android.ModuleContext, contents []android.Module, fragments []android.Module) HiddenAPIFlagInput {
749 func (b *BootclasspathFragmentModule) isTestFragment() bool {
755 …android.Module, input HiddenAPIFlagInput, bootDexInfoByModule bootDexInfoByModule, suffix string) …
784 …contents []android.Module, fragments []android.Module, input HiddenAPIFlagInput) *HiddenAPIOutput {
846 …ndroid.ModuleContext, contents []android.Module, modules bootDexJarByModule) android.WritablePath {
863 func (b *BootclasspathFragmentModule) AndroidMkEntries() []android.AndroidMkEntries {
883 func (b *BootclasspathFragmentModule) getProfilePath() android.Path {
888 … (b *BootclasspathFragmentModule) IDEInfo(ctx android.BaseModuleContext, dpInfo *android.IdeInfo) {
1095 BootclasspathFragmentModule anonMember