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