Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUnixNativeDispatcher.c127 typedef int futimesat_func(int, const char *, const struct timeval *); typedef
134 static futimesat_func* my_futimesat_func = NULL;
258 my_futimesat_func = (futimesat_func*) dlsym(RTLD_DEFAULT, "futimesat"); in Java_sun_nio_fs_UnixNativeDispatcher_init()