Home
last modified time | relevance | path

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

/external/crosvm/arch/src/
Dserial.rs125 const BUF_CAPACITY: usize = 1024; constant
131 buf: String::with_capacity(BUF_CAPACITY), in new()
171 if self.buf.len() >= BUF_CAPACITY { in write()