Home
last modified time | relevance | path

Searched defs:postcopy_end (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Ddummy_backend.rs336 fn postcopy_end(&mut self) -> Result<()> { in postcopy_end() method
Dbackend_req_handler.rs88 fn postcopy_end(&self) -> Result<()>; in postcopy_end() method
152 fn postcopy_end(&mut self) -> Result<()>; in postcopy_end() method
297 fn postcopy_end(&self) -> Result<()> { in postcopy_end() method
Dfrontend.rs97 fn postcopy_end(&mut self) -> Result<()>; in postcopy_end() method
575 fn postcopy_end(&mut self) -> Result<()> { in postcopy_end() method
/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dhandler.rs740 fn postcopy_end(&mut self) -> VhostUserResult<()> { in postcopy_end() function