Lines Matching defs:BootclasspathFragmentModule
224 type BootclasspathFragmentModule struct { struct
225 android.ModuleBase
226 android.DefaultableModuleBase
227 android.ApexModuleBase
228 ClasspathFragmentBase
231 testFragment bool
233 properties bootclasspathFragmentProperties
235 sourceOnlyProperties SourceOnlyBootclasspathProperties
238 profilePath android.WritablePath
239 profilePathErr error
293 …nc (m *BootclasspathFragmentModule) bootclasspathFragmentPropertyCheck(ctx android.ModuleContext) {
396 …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) {
474 func (b *BootclasspathFragmentModule) BootclasspathDepsMutator(ctx android.BottomUpMutatorContext) {
479 func (b *BootclasspathFragmentModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
525 func (b *BootclasspathFragmentModule) getProfileProviderApex(ctx android.BaseModuleContext) string {
550 …ntInfo(ctx android.ModuleContext, hiddenAPIOutput *HiddenAPIOutput, profile android.WritablePath) {
567 …nc (b *BootclasspathFragmentModule) generateClasspathProtoBuildActions(ctx android.ModuleContext) {
579 …*BootclasspathFragmentModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
635 …tx android.ModuleContext, contents []android.Module, fragments []android.Module) *HiddenAPIOutput {
679 … android.ModuleContext, contents []android.Module, fragments []android.Module) HiddenAPIFlagInput {
705 func (b *BootclasspathFragmentModule) isTestFragment() bool {
711 …android.Module, input HiddenAPIFlagInput, bootDexInfoByModule bootDexInfoByModule, suffix string) …
740 …contents []android.Module, fragments []android.Module, input HiddenAPIFlagInput) *HiddenAPIOutput {
802 …ndroid.ModuleContext, contents []android.Module, modules bootDexJarByModule) android.WritablePath {
819 func (b *BootclasspathFragmentModule) AndroidMkEntries() []android.AndroidMkEntries {
839 func (b *BootclasspathFragmentModule) getProfilePath() android.Path {
844 … (b *BootclasspathFragmentModule) IDEInfo(ctx android.BaseModuleContext, dpInfo *android.IdeInfo) {
1051 BootclasspathFragmentModule anonMember