Searched refs:g_override_urandom (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sandbox/linux/services/
H A Dlibc_urandom_override.cc25 static bool g_override_urandom = false; member in namespace:sandbox
38 g_override_urandom = true;
129 if (g_override_urandom && strcmp(path, kUrandomDevPath) == 0) {
145 if (g_override_urandom && strcmp(path, kUrandomDevPath) == 0) {
171 if (g_override_urandom && strcmp(path, kUrandomDevPath) == 0) {
188 if (g_override_urandom && strcmp(path, kUrandomDevPath) == 0) {
206 if (g_override_urandom && strcmp(path, kUrandomDevPath) == 0) {
222 if (g_override_urandom && strcmp(path, kUrandomDevPath) == 0) {

Completed in 70 milliseconds