Searched refs:boottime_property (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dservice.cpp249 std::string boottime_property = "ro.boottime." + name_; local
250 if (GetProperty(boottime_property, "").empty()) {
251 property_set(boottime_property, std::to_string(start_ns));

Completed in 33 milliseconds