platform_system_core/fs_mgr
Bowgo Tsai 59af33c9ed fs_mgr: fix SIGSEGV when ostream << nullptr
fstab_rec.fs_options might be nullptr when printing error message.
Use android::base::StringPrintf() to '(null)' when needed.

Bug: 37759782
Test: Boot device and manaully trigger the output
Change-Id: I1bdf4ba57331aaea9dd5e790f6bf9d9b8bdc8b53
2017-05-24 18:57:16 +08:00
..
include first stage mount: removing the requirement of by-name prefix for AVB 2017-05-09 11:03:49 +08:00
.clang-format Fix-up coding style 2017-02-18 12:33:36 +08:00
Android.bp fs_mgr: convert libfs_mgr to Android.bp 2017-05-12 17:06:55 -07:00
Android.mk fs_mgr: convert libfs_mgr to Android.bp 2017-05-12 17:06:55 -07:00
fs_mgr.cpp fs_mgr: fix SIGSEGV when ostream << nullptr 2017-05-24 18:57:16 +08:00
fs_mgr_avb.cpp fs_mgr: support different dm-verity error modes 2017-05-13 13:24:12 +08:00
fs_mgr_avb_ops.cpp fs_mgr: Update for new libavb API. 2017-05-10 15:45:12 -04:00
fs_mgr_boot_config.cpp fs_mgr: remove the repetitive and annoying bootconfig error print 2017-04-20 14:41:23 -07:00
fs_mgr_dm_ioctl.cpp Fix-up coding style 2017-02-18 12:33:36 +08:00
fs_mgr_format.cpp fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h> 2017-01-26 21:47:55 +08:00
fs_mgr_fstab.cpp fs_mgr: adds/changes some public APIs for early mount in init 2017-04-13 18:29:10 +08:00
fs_mgr_main.cpp fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h> 2017-01-26 21:47:55 +08:00
fs_mgr_priv.h fs_mgr: support AVB in fs_mgr_update_verity_state() 2017-04-14 12:10:49 +08:00
fs_mgr_priv_avb_ops.h fs_mgr: Update for new libavb API. 2017-05-10 15:45:12 -04:00
fs_mgr_priv_boot_config.h early_mount: fs_mgr: move all fstab logic into fs_mgr 2017-02-23 16:48:43 -08:00
fs_mgr_priv_dm_ioctl.h Fix-up coding style 2017-02-18 12:33:36 +08:00
fs_mgr_priv_sha.h fs_mgr_avb: refactors how vbmeta is loaded 2017-04-13 18:28:53 +08:00
fs_mgr_slotselect.cpp fs_mgr: adding fs_mgr_get_slot_suffix() public API 2017-04-13 18:28:48 +08:00
fs_mgr_verity.cpp fs_mgr_verity: fix androidboot.veritymode=enforcing doesn't work 2017-05-08 17:22:52 +08:00