Home
last modified time | relevance | path

Searched refs:MountEntry (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dreboot.cpp129 class MountEntry { class
131 explicit MountEntry(const mntent& entry) in MountEntry() function in android::init::MountEntry
238 static bool FindPartitionsToUmount(std::vector<MountEntry>* block_dev_partitions, in FindPartitionsToUmount()
239 std::vector<MountEntry>* emulated_partitions, bool dump) { in FindPartitionsToUmount()
250 } else if (MountEntry::IsBlockDevice(*mentry) && hasmntopt(mentry, "rw")) { in FindPartitionsToUmount()
258 } else if (MountEntry::IsEmulatedDevice(*mentry)) { in FindPartitionsToUmount()
286 std::vector<MountEntry> block_devices; in UmountPartitions()
287 std::vector<MountEntry> emulated_devices; in UmountPartitions()
418 std::vector<MountEntry> block_devices; in TryUmountAndFsck()
419 std::vector<MountEntry> emulated_devices; in TryUmountAndFsck()