Searched refs:MountEntry (Results 1 – 1 of 1) sorted by relevance
131 class MountEntry { class133 explicit MountEntry(const mntent& entry) in MountEntry() function in android::init::MountEntry240 static bool FindPartitionsToUmount(std::vector<MountEntry>* block_dev_partitions, in FindPartitionsToUmount()241 std::vector<MountEntry>* emulated_partitions, bool dump) { in FindPartitionsToUmount()252 } else if (MountEntry::IsBlockDevice(*mentry) && hasmntopt(mentry, "rw")) { in FindPartitionsToUmount()260 } else if (MountEntry::IsEmulatedDevice(*mentry)) { in FindPartitionsToUmount()288 std::vector<MountEntry> block_devices; in UmountPartitions()289 std::vector<MountEntry> emulated_devices; in UmountPartitions()420 std::vector<MountEntry> block_devices; in TryUmountAndFsck()421 std::vector<MountEntry> emulated_devices; in TryUmountAndFsck()