Home
last modified time | relevance | path

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

/build/soong/filesystem/
Dfilesystem.go135 type FilesystemProperties struct { struct
137 Use_avb *bool
141 Avb_private_key *string `android:"path"`
144 Avb_algorithm *string
148 Avb_hash_algorithm *string
151 Security_patch *string
154 Use_fec *bool
157 Rollback_index *int64
160 Rollback_index_location *int64
163 Partition_name *string
[all …]
/build/soong/fsgen/
Dfilesystem_creator.go447 …rlyModuleContext, partitions allGeneratedPartitionData, fsProps *filesystem.FilesystemProperties, …