Home
last modified time | relevance | path

Searched refs:mDataLength (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DFileMap.cpp52 mDataPtr(NULL), mDataLength(0) in FileMap()
59 mDataOffset(other.mDataOffset), mDataPtr(other.mDataPtr), mDataLength(other.mDataLength) in FileMap()
80 mDataLength = other.mDataLength; in operator =()
204 mDataLength = length; in create()
209 mBasePtr, mBaseLength, mDataPtr, mDataLength); in create()
/system/core/include/utils/
DFileMap.h84 size_t getDataLength(void) const { return mDataLength; } in getDataLength()
118 size_t mDataLength; // length, measured from "mDataPtr" variable