Home
last modified time | relevance | path

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

/external/crosvm/x86_64/src/
Dlib.rs181 CommandLineOverflow, enumerator
1697 .map_err(|_| Error::CommandLineOverflow)?; in load_cmdline()
1706 .map_err(|_| Error::CommandLineOverflow)?; in load_cmdline()
2927 assert!(matches!(err, Error::CommandLineOverflow)); in cmdline_overflow()