Home
last modified time | relevance | path

Searched refs:available_space_ (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dtest_helpers.cpp230 uint64_t next_consume = std::min(std::max(available_space_, max_free_space) - max_free_space, in Init()
260 available_space_ = bsize_ * buf.f_bavail; in ReadUserdataStats()
271 return available_space_; in available_space()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h236 uint64_t available_space_ = 0; variable