Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/x86_64/src/
H A Dlib.rs174 CommandLineOverflow, enumerator
1549 .map_err(|_| Error::CommandLineOverflow)?; in load_cmdline()
1558 .map_err(|_| Error::CommandLineOverflow)?; in load_cmdline()
2620 assert!(matches!(err, Error::CommandLineOverflow)); in cmdline_overflow()