Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DSharedMemory_posix.cpp129 int mapFlags = PROT_READ; in openInternal() local
131 mapFlags |= PROT_WRITE; in openInternal()
134 mAddr = mmap(nullptr, mSize, mapFlags, MAP_SHARED, mFd, 0); in openInternal()