Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/filesystem/
H A Dfilesystem.go101 type FilesystemProperties struct { struct
103 Use_avb *bool
107 Avb_private_key *string `android:"path"`
110 Avb_algorithm *string
114 Avb_hash_algorithm *string
117 Use_fec *bool
120 Rollback_index *int64
123 Partition_name *string
127 Type *string
131 Partition_type *string
[all …]
/aosp_15_r20/build/soong/fsgen/
H A Dfilesystem_creator.go219 …artitionSpecificFsProps(ctx android.EarlyModuleContext, fsProps *filesystem.FilesystemProperties, …