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