Searched defs:statfs_buf (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_util_linux.cc31 struct statfs statfs_buf; local
32 if (statfs(path.value().c_str(), &statfs_buf) < 0) {
39 // Not all possible |statfs_buf.f_type| values are in linux/magic.h.
41 switch (statfs_buf.f_type) {

Completed in 83 milliseconds