summaryrefslogtreecommitdiff
path: root/core/java/android/os/FileBridge.java
Commit message (Expand)AuthorAgeFilesLines
* FileBridge: use a ByteBuffer for the temp bufferTim Murray2021-06-251-3/+9
* Make a copy of libcore.util.ArraysUtils in frameworkVictor Chang2020-12-161-1/+2
* FileBridge: fix fd ownership mismanagement.Josh Gao2020-09-211-23/+18
* Stop using Arrays.checkOffsetAndCount.Pete Gillin2018-05-101-2/+2
* Move PackageInstaller over to AppFuse.Jeff Sharkey2017-03-131-0/+2
* Delayed ASEC allocation, refine progress handling.Jeff Sharkey2014-09-081-8/+10
* Keep tests building.Jeff Sharkey2014-08-291-0/+5
* FileBridge needs to keep strong reference to PFD.Jeff Sharkey2014-08-281-2/+4
* Report FileBridge failures as wtf().Jeff Sharkey2014-08-261-2/+2
* Guard against EOF when reading in FileBridge.Jeff Sharkey2014-08-211-0/+4
* Package installation listener events.Jeff Sharkey2014-07-121-3/+1
* Extend pm to support sessions and split APKs.Jeff Sharkey2014-07-091-7/+22
* Offer to stream and fsync() install sessions.Jeff Sharkey2014-05-221-0/+165