index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
MemoryFile.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-03-15
Add @UnsupportedAppUsage annotations
Andrei Onea
2017-08-07
SharedMemory API changes
John Reck
2017-06-29
Fix memory file constructor
John Reck
2017-06-28
Add SharedMemory API
John Reck
2014-04-08
Don't allow MemoryFiles of negative length.
Narayan Kamath
2014-01-10
AArch64: Use long for pointers in android/os/MemoryFile
Ashok Bhat
2011-03-24
Fix MemoryFile's output stream to advance.
Jesse Wilson
2010-08-18
New API and implementation of DB and memory-backed FDs
Bjorn Bringert
2010-03-23
Maybe fix #2422586: Native crash in android_os_Parcel_closeFileDescriptor()
Dianne Hackborn
2010-01-04
Don't round size to page size. Ashmem will do this internally as needed.
Marco Nelissen
2009-06-17
MemoryFile.isMemoryFile was internally determining the length of
Marco Nelissen
2009-06-03
Handle EOF correctly in MemoryFile input stream.
Bjorn Bringert
2009-06-03
Allow creating AssetFileDescriptors for MemoryFiles.
Bjorn Bringert
2009-05-29
Unmap memory in MemoryFile.close().
Bjorn Bringert
2009-05-29
MemoryFile constructor and native methods throw IOExceptions.
Bjorn Bringert
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project