Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DFileMap.h75 size_t getDataLength(void) const { return mDataLength; } in getDataLength()
125 size_t mDataLength; // length, measured from "mDataPtr" variable
/frameworks/native/libs/utils/
DFileMap.cpp48 mDataPtr(NULL), mDataLength(0) in FileMap()
189 mDataLength = length; in create()
194 mBasePtr, (int) mBaseLength, mDataPtr, (int) mDataLength); in create()