Home
last modified time | relevance | path

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

/system/security/keystore2/selinux/src/
Dlib.rs39 static SELINUX_LOG_INIT: sync::Once = sync::Once::new(); constant
64 SELINUX_LOG_INIT.call_once(redirect_selinux_logs_to_logcat) in init_logger_once()