Searched refs:mntent (Results 1 – 9 of 9) sorted by relevance
133 explicit MountEntry(const mntent& entry) in MountEntry()173 static bool IsBlockDevice(const struct mntent& mntent) { in IsBlockDevice() argument174 return android::base::StartsWith(mntent.mnt_fsname, "/dev/block"); in IsBlockDevice()177 static bool IsEmulatedDevice(const struct mntent& mntent) { in IsEmulatedDevice() argument178 return android::base::StartsWith(mntent.mnt_fsname, "/data/"); in IsEmulatedDevice()229 mntent* mentry; in IsDataMounted()247 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()
1026 mntent* mentry; in unmountAll()
143 struct mntent* mentry; in main()
46 struct mntent* mnt; in IsCgroupV2MountedRw()
292 mntent* mentry; in TEST()