Home
last modified time | relevance | path

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

/system/core/init/
Dinit.cpp695 if (auto selinux_start_time_str = getenv(kEnvSelinuxStartedAt); selinux_start_time_str) { in RecordStageBoottimes() local
696 android::base::ParseInt(selinux_start_time_str, &selinux_start_time_ns); in RecordStageBoottimes()