OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_libc_xstat
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/sandbox/linux/services/
libc_urandom_override.cc
60
static XstatFunction
g_libc_xstat
= NULL;
member in namespace:sandbox
88
g_libc_xstat
= reinterpret_cast<XstatFunction>(
93
if (!
g_libc_xstat
) {
177
return
g_libc_xstat
(version, path, buf);
Completed in 1037 milliseconds