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

  /external/chromium_org/sandbox/linux/services/
libc_urandom_override.cc 50 typedef FILE* (*FopenFunction)(const char* path, const char* mode);
52 static FopenFunction g_libc_fopen = NULL;
53 static FopenFunction g_libc_fopen64 = NULL;
73 g_libc_fopen = reinterpret_cast<FopenFunction>(
75 g_libc_fopen64 = reinterpret_cast<FopenFunction>(

Completed in 72 milliseconds