Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp287 std::vector<MountEntry> emulated_devices; in UmountPartitions() local
288 if (!FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in UmountPartitions()
295 if (emulated_devices.size() > 0) { in UmountPartitions()
296 for (auto& entry : emulated_devices) { in UmountPartitions()
419 std::vector<MountEntry> emulated_devices; in TryUmountAndFsck() local
421 if (run_fsck && !FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in TryUmountAndFsck()