Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp85 class MountEntry { class
87 explicit MountEntry(const mntent& entry) in MountEntry() function in android::init::MountEntry
173 static bool FindPartitionsToUmount(std::vector<MountEntry>* blockDevPartitions, in FindPartitionsToUmount()
174 std::vector<MountEntry>* emulatedPartitions, bool dump) { in FindPartitionsToUmount()
185 } else if (MountEntry::IsBlockDevice(*mentry) && hasmntopt(mentry, "rw")) { in FindPartitionsToUmount()
193 } else if (MountEntry::IsEmulatedDevice(*mentry)) { in FindPartitionsToUmount()
221 std::vector<MountEntry> block_devices; in UmountPartitions()
222 std::vector<MountEntry> emulated_devices; in UmountPartitions()
264 std::vector<MountEntry> block_devices; in TryUmountAndFsck()
265 std::vector<MountEntry> emulated_devices; in TryUmountAndFsck()