Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h283 struct StatVFS { struct
290 inline int statvfs(const wchar_t* p, StatVFS* buf) { in statvfs() argument
480 using StatVFS = struct statvfs;
H A Doperations.cpp980 detail::StatVFS m_svfs = {}; in __space()