summaryrefslogtreecommitdiff
path: root/core/java/android/os/FileBridge.java
AgeCommit message (Expand)Author
2021-06-25FileBridge: use a ByteBuffer for the temp bufferTim Murray
2020-12-16Make a copy of libcore.util.ArraysUtils in frameworkVictor Chang
2020-09-21FileBridge: fix fd ownership mismanagement.Josh Gao
2018-05-10Stop using Arrays.checkOffsetAndCount.Pete Gillin
2017-03-13Move PackageInstaller over to AppFuse.Jeff Sharkey
2014-09-08Delayed ASEC allocation, refine progress handling.Jeff Sharkey
2014-08-29Keep tests building.Jeff Sharkey
2014-08-28FileBridge needs to keep strong reference to PFD.Jeff Sharkey
2014-08-26Report FileBridge failures as wtf().Jeff Sharkey
2014-08-21Guard against EOF when reading in FileBridge.Jeff Sharkey
2014-07-12Package installation listener events.Jeff Sharkey
2014-07-09Extend pm to support sessions and split APKs.Jeff Sharkey
2014-05-22Offer to stream and fsync() install sessions.Jeff Sharkey