Searched defs:urandom (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/pagingtest/
H A Dpagingtest.c21 int urandom; local
29 urandom = open("/dev/urandom", O_RDONLY);
30 if (urandom < 0) {
31 fprintf(stderr, "unable to open urandom: %s\n", strerror(errno));
51 rc = read(urandom, buf, size);
80 close(urandom);
88 close(urandom);

Completed in 76 milliseconds