Loading fs_mgr/libsnapshot/test_helpers.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -212,8 +212,8 @@ AssertionResult LowSpaceUserdata::ReadUserdataStats() { return AssertionFailure() << strerror(errno); } bsize_ = buf.f_bsize; free_space_ = buf.f_bsize * buf.f_bfree; available_space_ = buf.f_bsize * buf.f_bavail; free_space_ = bsize_ * buf.f_bfree; available_space_ = bsize_ * buf.f_bavail; return AssertionSuccess(); } Loading Loading
fs_mgr/libsnapshot/test_helpers.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -212,8 +212,8 @@ AssertionResult LowSpaceUserdata::ReadUserdataStats() { return AssertionFailure() << strerror(errno); } bsize_ = buf.f_bsize; free_space_ = buf.f_bsize * buf.f_bfree; available_space_ = buf.f_bsize * buf.f_bavail; free_space_ = bsize_ * buf.f_bfree; available_space_ = bsize_ * buf.f_bavail; return AssertionSuccess(); } Loading