Home
last modified time | relevance | path

Searched refs:statvfs_buf (Results 1 - 1 of 1) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c225 struct statvfs statvfs_buf; in file_system_count() local
228 memset(&statvfs_buf, 0, sizeof(statvfs_buf)); in file_system_count()
229 if (!statvfs(name, &statvfs_buf)) in file_system_count()
230 nfile = statvfs_buf.f_files - statvfs_buf.f_ffree; in file_system_count()

Completed in 2 milliseconds