platform_system_core/fs_mgr
Bowgo Tsai 3a30b4861c fs_mgr_avb_ops: stores the by-name prefix of /misc instead of fstab struct
fs_mgr_avb_ops->read_from_partition() relies on the by-name prefix to
get the device file when reading a partition. Previously we store the
fstab struct and use fs_mgr_get_entry_for_mount_point() for every read.

It's better to do that once and store the by-name prefix for later use.

Bug: 33254008
Test: test AVB on bullhead
Change-Id: Ie999851b529f984e29ccbf39fb52a8220056fe0c
(cherry picked from commit f5bbfd64a9)
2017-03-31 14:36:08 +08:00
..
include Merge changes from topic 'fstab_relocation' am: ac13718d0a am: 8f7125fbee 2017-03-10 03:17:50 +00:00
.clang-format Fix-up coding style 2017-02-18 12:33:36 +08:00
Android.mk fs_mgr: make is_device_secure() work even in the absence of properties. 2017-02-27 12:46:18 -08:00
fs_mgr.cpp fs_mgr: remove private/android_filesystem_config.h 2017-03-20 14:30:48 -07:00
fs_mgr_avb.cpp fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partition 2017-03-31 12:30:13 +08:00
fs_mgr_avb_ops.cpp fs_mgr_avb_ops: stores the by-name prefix of /misc instead of fstab struct 2017-03-31 14:36:08 +08:00
fs_mgr_avb_ops.h Fix-up coding style 2017-02-18 12:33:36 +08:00
fs_mgr_boot_config.cpp fs_mgr: change the log level in fs_mgr_get_boot_config() 2017-03-28 21:28:53 -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 Merge "fs_mgr: use different fstab paths for normal/recovery boot" am: 9c59029add am: 07052c0509 2017-03-27 19:37:12 +00: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 reading fstab file from /odm or /vendor partition 2017-03-09 22:35:54 +08:00
fs_mgr_priv_avb.h Fix-up coding style 2017-02-18 12:33:36 +08: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 Fix-up coding style 2017-02-18 12:33:36 +08:00
fs_mgr_slotselect.cpp fs_mgr: update to new androidboot.slot param 2017-03-24 23:28:55 +00:00
fs_mgr_verity.cpp fs_mgr: remove private/android_filesystem_config.h 2017-03-20 14:30:48 -07:00