Home
last modified time | relevance | path

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

/aosp12/system/update_engine/aosp/
H A Dhardware_android.cc59 const char kPropBuildDateUTC[] = "ro.build.date.utc"; variable
254 return GetIntProperty<int64_t>(kPropBuildDateUTC, 0); in GetBuildTimestamp()