Searched refs:getMountEntries (Results 1 – 3 of 3) sorted by relevance
78 Iterable<UnixMountEntry> getMountEntries(String fstab) { in getMountEntries() method in LinuxFileSystem104 Iterable<UnixMountEntry> getMountEntries() { in getMountEntries() method in LinuxFileSystem107 return getMountEntries("/proc/mounts"); in getMountEntries()
173 abstract Iterable<UnixMountEntry> getMountEntries();189 this.entries = getMountEntries().iterator();
86 for (UnixMountEntry entry: fs.getMountEntries("/proc/mounts")) { in findMountEntry()