Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h313 struct StatVFS { struct
320 int statvfs(const wchar_t *p, StatVFS *buf) { in statvfs() argument
511 using StatVFS = struct statvfs;
H A Doperations.cpp1504 detail::StatVFS m_svfs = {}; in __space()