Searched refs:URandomFd (Results 1 – 1 of 1) sorted by relevance
23 class URandomFd { class25 URandomFd() : fd_(open("/dev/urandom", O_RDONLY)) { in URandomFd() function in __anondb73efc70111::URandomFd29 ~URandomFd() { close(fd_); } in ~URandomFd()37 base::LazyInstance<URandomFd>::Leaky g_urandom_fd = LAZY_INSTANCE_INITIALIZER;