Searched refs:statfs_buf (Results 1 – 1 of 1) sorted by relevance
17 struct statfs statfs_buf; in GetFileSystemType() local18 if (statfs(path.value().c_str(), &statfs_buf) < 0) { in GetFileSystemType()27 switch (static_cast<uintmax_t>(statfs_buf.f_type)) { in GetFileSystemType()