MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / set_len

Method set_len

block/src/qcow/mod.rs:2124–2128  ·  view source on GitHub ↗
(&self, _len: u64)

Source from the content-addressed store, hash-verified

2122
2123impl FileSetLen for QcowFile {
2124 fn set_len(&self, _len: u64) -> std::io::Result<()> {
2125 Err(std::io::Error::other(
2126 "set_len() not supported for QcowFile",
2127 ))
2128 }
2129}
2130
2131impl PunchHole for QcowFile {

Calls

no outgoing calls