Because I have a cross platform application that has a native function.
The function on Linux uses <sys/statvfs.h>, on Windows <windows.h>. On Android there isn't <sys/statvfs.h>. I have to determine if the os is linux (include) on Android (not include).