Home
last modified time | relevance | path

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

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