Searched refs:mmapProt (Results 1 – 1 of 1) sorted by relevance
344 int mmapProt = PROT_READ; in files_mapFile() local346 mmapProt |= PROT_WRITE; in files_mapFile()362 if ((buf = mmap(NULL, st.st_size, mmapProt, MAP_PRIVATE, *fd, 0)) == MAP_FAILED) { in files_mapFile()