template <>

class WireWeakAsyncBufferClientImpl

Defined at line 7813 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_fxfs::VolumeInstaller::Install> Install (::fidl::StringView src, ::fidl::StringView image_file, ::fidl::StringView dst)

Using the partition image in `image_file` contained in the volume `src`, overwrites the

volume `dst` with a volume of the same name from the image. On success, `src` will no longer

exist. There must be no objects in `src` other than the image that contain extents.

Neither `src` nor `dst` can be mounted or otherwise in-use.

*WARNING*: This will delete the existing contents of `dst`.

Caller provides the backing storage for FIDL message.