HomeSort by relevance Sort by last modified time
    Searched full:g_libc_stat (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sandbox/linux/services/
libc_urandom_override.cc 66 static StatFunction g_libc_stat = NULL; member in namespace:sandbox
100 g_libc_stat = reinterpret_cast<StatFunction>(
105 if (!g_libc_stat) {
212 return g_libc_stat(path, buf);

Completed in 70 milliseconds