- Downloads
fs_mgr: introduce fs_mgr_format to format wiped partitions
Move fastboot's format logic into fs_mgr, to consolidate the knowledge about how to do this (and when to wipe metadata). Try to format these formattable paritions if they are wiped. If formatting fails, we will fall out to let recovery mode handle it. Bug: 20082763 Change-Id: I397cc197550e78d932e8a154fd234695c46dbe7b
Showing
- fs_mgr/Android.mk 6 additions, 1 deletionfs_mgr/Android.mk
- fs_mgr/fs_mgr.c 35 additions, 2 deletionsfs_mgr/fs_mgr.c
- fs_mgr/fs_mgr_format.c 119 additions, 0 deletionsfs_mgr/fs_mgr_format.c
- fs_mgr/fs_mgr_fstab.c 6 additions, 0 deletionsfs_mgr/fs_mgr_fstab.c
- fs_mgr/fs_mgr_priv.h 1 addition, 0 deletionsfs_mgr/fs_mgr_priv.h
- fs_mgr/include/fs_mgr.h 4 additions, 0 deletionsfs_mgr/include/fs_mgr.h
- init/Android.mk 3 additions, 1 deletioninit/Android.mk
- init/devices.c 1 addition, 1 deletioninit/devices.c
- init/util.c 1 addition, 1 deletioninit/util.c
- init/util.h 1 addition, 1 deletioninit/util.h
Loading
Please sign in to comment