Searched refs:URandomFd (Results 1 – 1 of 1) sorted by relevance
24 class URandomFd { class29 URandomFd() : fd_(HANDLE_EINTR(open("/dev/urandom", O_RDONLY))) { in URandomFd() function in __anondb73efc70111::URandomFd33 URandomFd() : fd_(HANDLE_EINTR(open("/dev/urandom", O_RDONLY | O_CLOEXEC))) {38 ~URandomFd() { close(fd_); } in ~URandomFd()46 base::LazyInstance<URandomFd>::Leaky g_urandom_fd = LAZY_INSTANCE_INITIALIZER;