Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp222 std::vector<MountEntry> emulated_devices; in UmountPartitions() local
223 if (!FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in UmountPartitions()
230 if (emulated_devices.size() > 0) { in UmountPartitions()
231 for (auto& entry : emulated_devices) { in UmountPartitions()
265 std::vector<MountEntry> emulated_devices; in TryUmountAndFsck() local
267 if (runFsck && !FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in TryUmountAndFsck()