template <>
class NaturalClientImpl
Defined at line 2272 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_fxfs::VolumeInstaller::Install> Install (const ::fidl::Request< ::fuchsia_fxfs::VolumeInstaller::Install> & request)
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`.