Home
last modified time | relevance | path

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

/system/core/init/
Dinit.cpp868 int64_t selinux_start_time_ns = -1; in RecordStageBoottimes() local
870 android::base::ParseInt(selinux_start_time_str, &selinux_start_time_ns); in RecordStageBoottimes()
874 if (selinux_start_time_ns == -1) return; in RecordStageBoottimes()
878 std::to_string(selinux_start_time_ns - first_stage_start_time_ns)); in RecordStageBoottimes()
881 selinux_start_time_ns)); in RecordStageBoottimes()