summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/java_io_File.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-4/+1
* Fix a bug, and protect against an unrelated class of bugs.Elliott Hughes2010-03-291-0/+8
* Java 6 java.io.File changes.Elliott Hughes2010-03-121-26/+80
* Fix two compiler warnings.Elliott Hughes2010-02-031-1/+1
* More java.io.File cleanup.Elliott Hughes2009-12-101-71/+111
* Improve the FileNotFoundExceptions thrown by OSFileSystem.open.Elliott Hughes2009-12-081-46/+15
* More java.io.File cleanup.Elliott Hughes2009-12-041-35/+30
* More java.io.File improvements.Elliott Hughes2009-11-291-48/+21
* Fix File.isHidden and File.listRoots.Elliott Hughes2009-11-251-49/+0
* Fix java.io.File's JNI's fixed-length buffers.Elliott Hughes2009-11-231-515/+267
* Switch java_io_File.c over to C++.Elliott Hughes2009-11-201-0/+683