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

/external/chromium_org/base/
H A Drand_util_posix.cc21 class URandomFd { class in namespace:__anon2408
23 URandomFd() : fd_(open("/dev/urandom", O_RDONLY)) { function in class:__anon2408::URandomFd
27 ~URandomFd() { close(fd_); }
35 base::LazyInstance<URandomFd>::Leaky g_urandom_fd = LAZY_INSTANCE_INITIALIZER;

Completed in 153 milliseconds