Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp148 struct statvfs vst; in fs_mgr_filesystem_has_space() local
149 if (statvfs(mount_point.c_str(), &vst)) { in fs_mgr_filesystem_has_space()
157 return (vst.f_bfree >= (vst.f_blocks * kPercentThreshold / 100)) && in fs_mgr_filesystem_has_space()
158 (static_cast<uint64_t>(vst.f_bfree) * vst.f_frsize) >= kSizeThreshold; in fs_mgr_filesystem_has_space()