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.rs333 let mut num_bytes_read = 0; in handle_tombstone() localVariable
342 num_bytes_read += n; in handle_tombstone()
345 info!("Received {} bytes from guest & wrote to tombstone file", num_bytes_read); in handle_tombstone()