Loading fs_mgr/fs_mgr.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -849,8 +849,10 @@ static int __mount(const std::string& source, const std::string& target, const F if ((ret == 0) && (mountflags & MS_RDONLY) != 0) { fs_mgr_set_blk_ro(source); } if (ret == 0) { android::base::SetProperty("ro.boottime.init.mount." + Basename(target), std::to_string(t.duration().count())); } errno = save_errno; return ret; } Loading Loading
fs_mgr/fs_mgr.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -849,8 +849,10 @@ static int __mount(const std::string& source, const std::string& target, const F if ((ret == 0) && (mountflags & MS_RDONLY) != 0) { fs_mgr_set_blk_ro(source); } if (ret == 0) { android::base::SetProperty("ro.boottime.init.mount." + Basename(target), std::to_string(t.duration().count())); } errno = save_errno; return ret; } Loading