Searched refs:emulated_devices (Results 1 – 1 of 1) sorted by relevance
287 std::vector<MountEntry> emulated_devices; in UmountPartitions() local288 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() local421 if (run_fsck && !FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in TryUmountAndFsck()