Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dbionic_arc4random.cpp42 static bool have_urandom = access("/dev/urandom", R_OK) == 0; in __libc_safe_arc4random_buf() local
43 if (have_urandom) { in __libc_safe_arc4random_buf()