Searched refs:physmem_fd (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DTCSystemAlloc.cpp268 static int physmem_fd; // file descriptor for /dev/mem local
281 physmem_fd = open("/dev/mem", O_RDWR);
282 if (physmem_fd < 0) {
313 MAP_SHARED, physmem_fd, physmem_base);

Completed in 38 milliseconds