Fix FileInputStream.available() for non-regular files.

Use FIONREAD for all files, and return 0 (the conservative estimate)
for files for which this ioctl is not implemented.

bug: 26117827
Change-Id: I27d203f354045dd17e24fc6a55732fd41a1ab712
2 files changed