Searched refs:vfs (Results 1 – 1 of 1) sorted by relevance
544 struct statvfs vfs {}; in AvailableSpaceAtPath() struct545 if (statvfs(path.c_str(), &vfs) != 0) { in AvailableSpaceAtPath()552 return static_cast<uint64_t>(vfs.f_frsize) * vfs.f_bavail; in AvailableSpaceAtPath()