Home
last modified time | relevance | path

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

/external/honggfuzz/libhfcommon/
Dfiles.c344 int mmapProt = PROT_READ; in files_mapFile() local
346 mmapProt |= PROT_WRITE; in files_mapFile()
362 if ((buf = mmap(NULL, st.st_size, mmapProt, MAP_PRIVATE, *fd, 0)) == MAP_FAILED) { in files_mapFile()