Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp239 static bool FindPartitionsToUmount(std::vector<MountEntry>* block_dev_partitions, in FindPartitionsToUmount() function
274 FindPartitionsToUmount(nullptr, nullptr, true); in DumpUmountDebuggingInfo()
289 if (!FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in UmountPartitions()
422 if (run_fsck && !FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in TryUmountAndFsck()