Searched refs:CommandLineOverflow (Results 1 – 1 of 1) sorted by relevance
181 CommandLineOverflow, enumerator1697 .map_err(|_| Error::CommandLineOverflow)?; in load_cmdline()1706 .map_err(|_| Error::CommandLineOverflow)?; in load_cmdline()2927 assert!(matches!(err, Error::CommandLineOverflow)); in cmdline_overflow()