Home
last modified time | relevance | path

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

/build/soong/java/
Dbootclasspath_fragment.go510 if _, isPrebuiltModule := ctx.Module().(*PrebuiltBootclasspathFragmentModule); !isPrebuiltModule {
548 b.profilePath = ctx.Module().(*PrebuiltBootclasspathFragmentModule).produceBootImageProfile(ctx)
1094 type PrebuiltBootclasspathFragmentModule struct { struct
1102 func (module *PrebuiltBootclasspathFragmentModule) Prebuilt() *android.Prebuilt { argument
1106 func (module *PrebuiltBootclasspathFragmentModule) Name() string { argument
1111 func (module *PrebuiltBootclasspathFragmentModule) produceHiddenAPIOutput(ctx android.ModuleContext… argument
1147 func (module *PrebuiltBootclasspathFragmentModule) produceBootImageProfile(ctx android.ModuleContex… argument
1151 func (b *PrebuiltBootclasspathFragmentModule) getProfilePath() android.Path { argument
1158 var _ commonBootclasspathFragment = (*PrebuiltBootclasspathFragmentModule)(nil)
1165 func (module *PrebuiltBootclasspathFragmentModule) RequiredFilesFromPrebuiltApex(ctx android.BaseMo… argument
[all …]