Home
last modified time | relevance | path

Searched refs:dl_error (Results 1 – 1 of 1) sorted by relevance

/external/fio/os/windows/
Dposix.c194 char *dl_error = NULL; variable
207 dl_error = (char*)"LoadLibrary failed"; in dlopen()
209 dl_error = NULL; in dlopen()
220 dl_error = (char*)"GetProcAddress failed"; in dlsym()
222 dl_error = NULL; in dlsym()
229 return dl_error; in dlerror()