dump

fun dump(path: Path, fileSystem: FileSystem)

Write this device to path as a WVD v2 file, creating parent directories.

fileSystem is explicit because FileSystem.SYSTEM is not part of okio's common API; pass it from a platform source set, or a fake in tests.


fun dump(path: String, fileSystem: FileSystem)

Write this device to path as a WVD v2 file, creating parent directories.