Searched defs:my_fremovexattr_func (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DLinuxNativeDispatcher.c46 fremovexattr_func* my_fremovexattr_func = NULL; variable
67 my_fremovexattr_func = (fremovexattr_func*)dlsym(RTLD_DEFAULT, "fremovexattr");
124 if (my_fremovexattr_func == NULL) {
128 res = (*my_fremovexattr_func)(fd, name);

Completed in 31 milliseconds