Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_random_provider.cc35 const char* kRandomDevice = "/dev/urandom"; variable
65 "Error reading from the random device: %s", kRandomDevice); in GetValue()
82 FILE* fp = fopen(kRandomDevice, "r"); in Init()