Searched refs:mapFlags (Results 1 – 1 of 1) sorted by relevance
129 int mapFlags = PROT_READ; in openInternal() local131 mapFlags |= PROT_WRITE; in openInternal()134 mAddr = mmap(nullptr, mSize, mapFlags, MAP_SHARED, mFd, 0); in openInternal()