Searched refs:CommandLineOverflow (Results 1 – 1 of 1) sorted by relevance
174 CommandLineOverflow, enumerator1549 .map_err(|_| Error::CommandLineOverflow)?; in load_cmdline()1558 .map_err(|_| Error::CommandLineOverflow)?; in load_cmdline()2620 assert!(matches!(err, Error::CommandLineOverflow)); in cmdline_overflow()