Home
last modified time | relevance | path

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

/system/core/init/
Dinit.cpp850 int64_t selinux_start_time_ns = -1; in RecordStageBoottimes() local
852 android::base::ParseInt(selinux_start_time_str, &selinux_start_time_ns); in RecordStageBoottimes()
856 if (selinux_start_time_ns == -1) return; in RecordStageBoottimes()
860 std::to_string(selinux_start_time_ns - first_stage_start_time_ns)); in RecordStageBoottimes()
863 selinux_start_time_ns)); in RecordStageBoottimes()