Home
last modified time | relevance | path

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

/system/core/libutils/
DFileMap.cpp105 DWORD protect = readOnly ? PAGE_READONLY : PAGE_READWRITE; in create() local
108 mFileMapping = CreateFileMapping( mFileHandle, NULL, protect, 0, 0, NULL); in create()
111 mFileHandle, protect, GetLastError() ); in create()