summaryrefslogtreecommitdiff
path: root/core/java/android/os/MemoryFile.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+1
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+6
* SharedMemory API changesJohn Reck2017-08-071-0/+2
* Fix memory file constructorJohn Reck2017-06-291-1/+1
* Add SharedMemory APIJohn Reck2017-06-281-88/+66
* Don't allow MemoryFiles of negative length.Narayan Kamath2014-04-081-2/+7
* AArch64: Use long for pointers in android/os/MemoryFileAshok Bhat2014-01-101-5/+5
* Fix MemoryFile's output stream to advance.Jesse Wilson2011-03-241-3/+4
* New API and implementation of DB and memory-backed FDsBjorn Bringert2010-08-181-83/+6
* Maybe fix #2422586: Native crash in android_os_Parcel_closeFileDescriptor()Dianne Hackborn2010-03-231-1/+2
* Don't round size to page size. Ashmem will do this internally as needed.Marco Nelissen2010-01-041-7/+6
* MemoryFile.isMemoryFile was internally determining the length ofMarco Nelissen2009-06-171-2/+15
* Handle EOF correctly in MemoryFile input stream.Bjorn Bringert2009-06-031-1/+10
* Allow creating AssetFileDescriptors for MemoryFiles.Bjorn Bringert2009-06-031-5/+112
* Unmap memory in MemoryFile.close().Bjorn Bringert2009-05-291-13/+46
* MemoryFile constructor and native methods throw IOExceptions.Bjorn Bringert2009-05-291-9/+10
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+258
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-258/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+258