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

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c122 static futimesat_func* my_futimesat_func = NULL; variable
221 my_futimesat_func = (futimesat_func*) dlsym(RTLD_DEFAULT, "futimesat");
232 my_futimesat_func != NULL && my_fdopendir_func != NULL)
568 if (my_futimesat_func == NULL) {
572 RESTARTABLE((*my_futimesat_func)(filedes, NULL, &times[0]), err);

Completed in 32 milliseconds