OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_libc_stat64
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/sandbox/linux/services/
libc_urandom_override.cc
67
static Stat64Function
g_libc_stat64
= NULL;
member in namespace:sandbox
102
g_libc_stat64
= reinterpret_cast<Stat64Function>(
108
if (!
g_libc_stat64
) {
228
return
g_libc_stat64
(path, buf);
Completed in 426 milliseconds