summaryrefslogtreecommitdiff
path: root/ojluni/src/main/native/FileInputStream.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused methods File{Input,Output}Stream.open().Pete Bentley2020-03-251-1/+5
* FIONREAD is not supported on Fuchsia fds.Doug Horn2019-01-101-0/+8
* libcore: use proper nativehelper headersSteven Moreland2017-07-191-1/+1
* Port of java.io.F* classes from openJdk8Przemyslaw Szczepaniak2016-09-301-2/+2
* Remove unnecessary +x flagYi Kong2016-08-021-0/+0
* Move clinit code to registration funtionsPrzemyslaw Szczepaniak2016-05-031-10/+7
* File[Input,Output]Stream : Remove unused code.Narayan Kamath2016-01-061-19/+0
* Delete unused JNI header files.Narayan Kamath2015-12-211-1/+0
* Guard accesses to closed file streamsYi Kong2015-12-161-2/+2
* Fix FileInputStream.available() for non-regular files.Narayan Kamath2015-12-111-29/+21
* Fix File(Input|Output)Stream blocking IO+close().Przemyslaw Szczepaniak2015-11-121-3/+3
* Make FileInputStream#seek work with pipes.Przemyslaw Szczepaniak2015-11-121-2/+6
* Use OpenJdk implementation of java.nio.channels.{spi}.*Piotr Jastrzebski2015-11-111-7/+70
* Initial import of OpenJdk files.Piotr Jastrzebski2015-11-111-0/+108