MCPcopy Create free account
hub / github.com/boostorg/filesystem / BOOST_STATVFS

Class BOOST_STATVFS

src/operations.cpp:4661–4661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4659#elif defined(BOOST_FILESYSTEM_POSIX_API)
4660
4661 struct BOOST_STATVFS vfs;
4662 if (!error(::BOOST_STATVFS(p.c_str(), &vfs) ? BOOST_ERRNO : 0, p, ec, "boost::filesystem::space"))
4663 {
4664 info.capacity = static_cast< uintmax_t >(vfs.f_blocks) * BOOST_STATVFS_F_FRSIZE;

Callers 1

space_info spaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected