Searched refs:libc_open (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ | ||
| H A D | intel_sanitize_gpu.c | 48 static int (*libc_open)(const char *pathname, int flags, mode_t mode); variable in typeref:typename:int (*)(const char * pathname,int flags,mode_t mode) 330 int fd = libc_open(path, flags, mode); 429 libc_open = dlsym(RTLD_NEXT, "open"); |
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ | ||
| H A D | intel_sanitize_gpu.c | 48 static int (*libc_open)(const char *pathname, int flags, mode_t mode); variable in typeref:typename:int (*)(const char * pathname,int flags,mode_t mode) 330 int fd = libc_open(path, flags, mode); 429 libc_open = dlsym(RTLD_NEXT, "open"); |
Completed in 5 milliseconds