Searched refs:selinux_start_time_ns (Results 1 – 1 of 1) sorted by relevance
714 int64_t selinux_start_time_ns = -1; in RecordStageBoottimes() local716 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()