Lines Matching defs:logicalPartition
30 type logicalPartition struct { struct
31 android.ModuleBase
33 properties logicalPartitionProperties
35 output android.Path
36 installDir android.InstallPath
86 func (l *logicalPartition) DepsMutator(ctx android.BottomUpMutatorContext) {
90 func (l *logicalPartition) installFileName() string {
94 func (l *logicalPartition) GenerateAndroidBuildActions(ctx android.ModuleContext) {
225 func (l *logicalPartition) AndroidMkEntries() []android.AndroidMkEntries {
240 func (l *logicalPartition) OutputPath() android.Path {
244 func (l *logicalPartition) SignedOutputPath() android.Path {