Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dinit.cpp714 int64_t selinux_start_time_ns = -1; in RecordStageBoottimes() local
716 android::base::ParseInt(selinux_start_time_str, &selinux_start_time_ns); in RecordStageBoottimes()
720 if (selinux_start_time_ns == -1) return; in RecordStageBoottimes()
724 std::to_string(selinux_start_time_ns - first_stage_start_time_ns)); in RecordStageBoottimes()
727 selinux_start_time_ns)); in RecordStageBoottimes()