Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_linux.cc17 struct statfs statfs_buf; in GetFileSystemType() local
18 if (statfs(path.value().c_str(), &statfs_buf) < 0) { in GetFileSystemType()
27 switch (static_cast<uintmax_t>(statfs_buf.f_type)) { in GetFileSystemType()