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

  /external/chromium_org/sandbox/linux/services/
libc_urandom_override.cc 61 static Xstat64Function g_libc_xstat64 = NULL; member in namespace:sandbox
90 g_libc_xstat64 = reinterpret_cast<Xstat64Function>(
96 if (!g_libc_xstat64) {
194 return g_libc_xstat64(version, path, buf);

Completed in 27 milliseconds