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

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxFileSystem.java81 long fp = setmntent(fstab.getBytes(), "r".getBytes());
H A DLinuxNativeDispatcher.java39 * FILE *setmntent(const char *filename, const char *type);
41 static long setmntent(byte[] filename, byte[] type) throws UnixException { method in class:LinuxNativeDispatcher
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DLinuxNativeDispatcher.c161 fp = setmntent(path, mode);

Completed in 53 milliseconds