Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DLinuxFileSystem.java81 long fp = setmntent(Util.toBytes(fstab), Util.toBytes("r")); in getMountEntries()
DLinuxNativeDispatcher.java41 static long setmntent(byte[] filename, byte[] type) throws UnixException { in setmntent() method in LinuxNativeDispatcher
/libcore/ojluni/src/main/native/
DLinuxNativeDispatcher.c163 fp = setmntent(path, mode); in Java_sun_nio_fs_LinuxNativeDispatcher_setmntent0()