Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp131 class MountEntry { class
133 explicit MountEntry(const mntent& entry) in MountEntry() function in android::init::MountEntry
240 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()