Home
last modified time | relevance | path

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

/external/crosvm/kernel_cmdline/src/
Dkernel_cmdline.rs84 let needs_space = if self.line.is_empty() { 0 } else { 1 }; in has_capacity() localVariable
85 if self.line.len() + more + needs_space < self.capacity { in has_capacity()