Searched refs:emulated_devices (Results 1 – 1 of 1) sorted by relevance
288 std::vector<MountEntry> emulated_devices; in UmountPartitions() local289 if (!FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in UmountPartitions()296 if (emulated_devices.size() > 0) { in UmountPartitions()297 for (auto& entry : emulated_devices) { in UmountPartitions()420 std::vector<MountEntry> emulated_devices; in TryUmountAndFsck() local422 if (run_fsck && !FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in TryUmountAndFsck()