Searched defs:FilesystemProperties (Results 1 – 2 of 2) sorted by relevance
101 type FilesystemProperties struct { struct103 Use_avb *bool107 Avb_private_key *string `android:"path"`110 Avb_algorithm *string114 Avb_hash_algorithm *string117 Use_fec *bool120 Rollback_index *int64123 Partition_name *string127 Type *string131 Partition_type *string[all …]
219 …artitionSpecificFsProps(ctx android.EarlyModuleContext, fsProps *filesystem.FilesystemProperties, …