Home
last modified time | relevance | path

Searched refs:num_bytes_read (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/virtualizationservice/src/
Daidl.rs872 let mut num_bytes_read = 0; in handle_tombstone() localVariable
881 num_bytes_read += n; in handle_tombstone()
884 info!("Received {} bytes from guest & wrote to tombstone file", num_bytes_read); in handle_tombstone()