Home
last modified time | relevance | path

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

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