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

/libcore/ojluni/src/main/native/
H A DUnixNativeDispatcher.c129 static futimesat_func* my_futimesat_func = NULL; variable
253 my_futimesat_func = (futimesat_func*) dlsym(RTLD_DEFAULT, "futimesat");
267 if (my_futimesat_func != NULL)
275 my_futimesat_func != NULL && my_fdopendir_func != NULL)
634 if (my_futimesat_func == NULL) {
638 RESTARTABLE((*my_futimesat_func)(filedes, NULL, &times[0]), err);

Completed in 57 milliseconds