Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp130 class MountEntry { class
132 explicit MountEntry(const mntent& entry) in MountEntry() function in android::init::MountEntry
239 static bool FindPartitionsToUmount(std::vector<MountEntry>* block_dev_partitions, in FindPartitionsToUmount()
240 std::vector<MountEntry>* emulated_partitions, bool dump) { in FindPartitionsToUmount()
251 } else if (MountEntry::IsBlockDevice(*mentry) && hasmntopt(mentry, "rw")) { in FindPartitionsToUmount()
259 } else if (MountEntry::IsEmulatedDevice(*mentry)) { in FindPartitionsToUmount()
287 std::vector<MountEntry> block_devices; in UmountPartitions()
288 std::vector<MountEntry> emulated_devices; in UmountPartitions()
419 std::vector<MountEntry> block_devices; in TryUmountAndFsck()
420 std::vector<MountEntry> emulated_devices; in TryUmountAndFsck()