Searched refs:mntent (Results 1 – 7 of 7) sorted by relevance
87 explicit MountEntry(const mntent& entry) in MountEntry()127 static bool IsBlockDevice(const struct mntent& mntent) { in IsBlockDevice() argument128 return android::base::StartsWith(mntent.mnt_fsname, "/dev/block"); in IsBlockDevice()131 static bool IsEmulatedDevice(const struct mntent& mntent) { in IsEmulatedDevice() argument132 return android::base::StartsWith(mntent.mnt_fsname, "/data/"); in IsEmulatedDevice()180 mntent* mentry; in FindPartitionsToUmount()
45 mntent* mentry; in GetMounts()
51 struct mntent* mnt; // getmntent returns a thread local, so it's safe. in BlockDeviceForPath()
661 mntent* mentry; in unmountAll()
819 struct mntent* mnt; // getmntent returns a thread local, so it's safe. in findMountPointsWithPrefix()
143 struct mntent* mentry; in main()
150 mntent* mentry; in TEST()