Searched refs:emulated_devices (Results 1 – 1 of 1) sorted by relevance
289 std::vector<MountEntry> emulated_devices; in UmountPartitions() local290 if (!FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in UmountPartitions()297 if (emulated_devices.size() > 0) { in UmountPartitions()298 for (auto& entry : emulated_devices) { in UmountPartitions()421 std::vector<MountEntry> emulated_devices; in TryUmountAndFsck() local423 if (run_fsck && !FindPartitionsToUmount(&block_devices, &emulated_devices, false)) { in TryUmountAndFsck()