Home
last modified time | relevance | path

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

/build/soong/java/
Dbootclasspath_fragment.go499 b.profilePath = ctx.Module().(*PrebuiltBootclasspathFragmentModule).produceBootImageProfile(ctx)
1045 type PrebuiltBootclasspathFragmentModule struct { struct
1053 func (module *PrebuiltBootclasspathFragmentModule) Prebuilt() *android.Prebuilt { argument
1057 func (module *PrebuiltBootclasspathFragmentModule) Name() string { argument
1062 func (module *PrebuiltBootclasspathFragmentModule) produceHiddenAPIOutput(ctx android.ModuleContext… argument
1097 func (module *PrebuiltBootclasspathFragmentModule) produceBootImageProfile(ctx android.ModuleContex… argument
1114 func (b *PrebuiltBootclasspathFragmentModule) getProfilePath() android.Path { argument
1121 var _ commonBootclasspathFragment = (*PrebuiltBootclasspathFragmentModule)(nil)
1128 func (module *PrebuiltBootclasspathFragmentModule) RequiredFilesFromPrebuiltApex(ctx android.BaseMo… argument
1137 func (module *PrebuiltBootclasspathFragmentModule) UseProfileGuidedDexpreopt() bool { argument
[all …]