Home
last modified time | relevance | path

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

/external/rust/crates/android_logger/src/
Dlib.rs328 let remaining_chunk_len = total_len - copy_from_index; in temporal_flush() localVariable
331 self.copy_bytes_to_start(copy_from_index, remaining_chunk_len); in temporal_flush()
332 self.len = remaining_chunk_len; in temporal_flush()