Home
last modified time | relevance | path

Searched defs:logicalPartition (Results 1 – 1 of 1) sorted by relevance

/build/soong/filesystem/
Dlogical_partition.go30 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 {
[all …]