template <>
class WireSyncClientImpl
Defined at line 6711 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_fxfs::VolumeInstaller>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::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`.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.