Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dinit.cpp728 if (auto init_module_time_str = getenv(kEnvInitModuleDurationMs); init_module_time_str) { in RecordStageBoottimes() local
729 SetProperty("ro.boottime.init.modules", init_module_time_str); in RecordStageBoottimes()