Searched defs:prot (Results 1 – 3 of 3) sorted by relevance
263 int prot = wantReadWrite ? (PROT_READ|PROT_WRITE) : (PROT_READ); in sysChangeMapAccess() local
612 void *dvmAllocRegion(size_t byteCount, int prot, const char *name) { in dvmAllocRegion()
262 int prot = PROT_READ | PROT_WRITE; in virtualAlloc() local