Searched refs:mntent (Results 1 – 9 of 9) sorted by relevance
131 explicit MountEntry(const mntent& entry) in MountEntry()171 static bool IsBlockDevice(const struct mntent& mntent) { in IsBlockDevice() argument172 return android::base::StartsWith(mntent.mnt_fsname, "/dev/block"); in IsBlockDevice()175 static bool IsEmulatedDevice(const struct mntent& mntent) { in IsEmulatedDevice() argument176 return android::base::StartsWith(mntent.mnt_fsname, "/data/"); in IsEmulatedDevice()227 mntent* mentry; in IsDataMounted()245 mntent* mentry; in FindPartitionsToUmount()
45 mntent* mentry; in GetMounts()
51 struct mntent* mnt; // getmntent returns a thread local, so it's safe. in BlockDeviceForPath()
113 mntent* mentry; in KillProcessesWithTmpfsMounts()
956 mntent* mentry; in unmountAll()
1234 struct mntent* mnt; // getmntent returns a thread local, so it's safe. in findMountPointsWithPrefix()
1490 mntent* mentry; in ensure_subdirectory_unmounted()
143 struct mntent* mentry; in main()
267 mntent* mentry; in TEST()