Home
last modified time | relevance | path

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

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