HomeSort by relevance Sort by last modified time
    Searched refs:mBasePtr (Results 1 - 2 of 2) sorted by null

  /system/core/libutils/
FileMap.cpp 51 : mFileName(NULL), mBasePtr(NULL), mBaseLength(0),
58 : mFileName(other.mFileName), mBasePtr(other.mBasePtr), mBaseLength(other.mBaseLength),
65 other.mBasePtr = NULL;
76 mBasePtr = other.mBasePtr;
82 other.mBasePtr = NULL;
100 if (mBasePtr && UnmapViewOfFile(mBasePtr) == 0) {
101 ALOGD("UnmapViewOfFile(%p) failed, error = %" PRId32 "\n", mBasePtr,
    [all...]
  /system/core/include/utils/
FileMap.h 114 void* mBasePtr; // base of mmap area; page aligned
115 size_t mBaseLength; // length, measured from "mBasePtr"

Completed in 2360 milliseconds