Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DLinuxNativeDispatcher.c41 typedef int fremovexattr_func(int fd, const char* name); typedef
46 fremovexattr_func* my_fremovexattr_func = NULL;
67 my_fremovexattr_func = (fremovexattr_func*)dlsym(RTLD_DEFAULT, "fremovexattr"); in Java_sun_nio_fs_LinuxNativeDispatcher_init()