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

/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp58 // For fstatfs we need to add the extra argument giving the kernel the size of the buffer.
59 int fstatfs(int fd, struct statfs* stat) { function
62 __strong_alias(fstatfs64, fstatfs);

Completed in 49 milliseconds