Searched refs:setmntent (Results 1 – 3 of 3) sorted by relevance
81 long fp = setmntent(Util.toBytes(fstab), Util.toBytes("r")); in getMountEntries()
41 static long setmntent(byte[] filename, byte[] type) throws UnixException { in setmntent() method in LinuxNativeDispatcher
163 fp = setmntent(path, mode); in Java_sun_nio_fs_LinuxNativeDispatcher_setmntent0()