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

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

Completed in 156 milliseconds