Home
last modified time | relevance | path

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

/external/crosvm/sys_util/src/
Dsyslog.rs208 static STATE_ONCE: Once = ONCE_INIT; constant
222 STATE_ONCE.call_once(|| match State::new() { in init()