Home
last modified time | relevance | path

Searched defs:statvfs (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dstatvfs.h26 struct statvfs { struct
50 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2)); argument
/bionic/tests/
Dstatvfs_test.cpp25 TEST(statvfs, statvfs) { in TEST() argument
47 TEST(statvfs, fstatvfs) { in TEST() argument
/bionic/libc/bionic/
Dstatvfs.cpp44 int statvfs(const char* path, struct statvfs* result) { in statvfs() function