Searched refs:selinux_start_time_str (Results 1 – 1 of 1) sorted by relevance
695 if (auto selinux_start_time_str = getenv(kEnvSelinuxStartedAt); selinux_start_time_str) { in RecordStageBoottimes() local696 android::base::ParseInt(selinux_start_time_str, &selinux_start_time_ns); in RecordStageBoottimes()