Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp173 static bool FindPartitionsToUmount(std::vector<MountEntry>* blockDevPartitions, in FindPartitionsToUmount() function
208 FindPartitionsToUmount(nullptr, nullptr, true); in DumpUmountDebuggingInfo()
223 if (!FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in UmountPartitions()
267 if (runFsck && !FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in TryUmountAndFsck()