Searched defs:IData (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/io/
H A DData.h30 class IData { class in namespace:aapt::io
32 virtual ~IData() = default;
39 * Implementation of IData that exposes a memory mapped file. The mmapped file is owned by this
42 class MmappedData : public IData {
60 * Implementation of IData that exposes a block of memory that was malloc'ed (new'ed). The
63 class MallocData : public IData {
85 class EmptyData : public IData {

Completed in 63 milliseconds