Lines Matching defs:logicalPartition
30 type logicalPartition struct { struct
31 android.ModuleBase
33 properties logicalPartitionProperties
35 output android.OutputPath
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) {
212 func (l *logicalPartition) AndroidMkEntries() []android.AndroidMkEntries {
227 func (l *logicalPartition) OutputPath() android.Path {
231 func (l *logicalPartition) SignedOutputPath() android.Path {
238 func (l *logicalPartition) OutputFiles(tag string) (android.Paths, error) {