Home
last modified time | relevance | path

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

/system/core/init/
Dselinux.h37 static constexpr char kEnvSelinuxStartedAt[] = "SELINUX_STARTED_AT"; variable
Dinit.cpp715 if (auto selinux_start_time_str = getenv(kEnvSelinuxStartedAt); selinux_start_time_str) { in RecordStageBoottimes()
718 unsetenv(kEnvSelinuxStartedAt); in RecordStageBoottimes()
Dselinux.cpp760 setenv(kEnvSelinuxStartedAt, std::to_string(start_time.time_since_epoch().count()).c_str(), 1); in SetupSelinux()