OSDN Git Service

fstest: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()
authorBowgo Tsai <bowgotsai@google.com>
Fri, 10 Mar 2017 09:03:24 +0000 (17:03 +0800)
committerBowgo Tsai <bowgotsai@google.com>
Fri, 10 Mar 2017 09:07:14 +0000 (17:07 +0800)
commitb3d5ba44910310da454bf221e46ed84175a21287
treea3e9fc653c406bfce3c646ab2f7794cc01542998
parentb7b92040c23387a14473cf261c65d13d4e80af85
fstest: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()

The original default /fstab.{ro.hardware} might be moved to
/vendor/etc/. or /odm/etc/. Use the new API to get the default
fstab instead of using the hard-coded /fstab.{ro.hardware}.

Bug: 35811655
Test: boot sailfish
Change-Id: Ie11a4f22ed449ef90cbcc7117227a99ea9d79110
tests/fstest/recovery_test.cpp