Home
last modified time | relevance | path

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

/system/weaved/buffet/
Dbuffet_config.cc37 const char kProductVersionKey[] = "product_version"; variable
132 if (!reader.GetString(kProductVersionKey, &settings->firmware_version)) { in LoadDefaults()
133 LOG(ERROR) << "Could not read '" << kProductVersionKey << "' from OS"; in LoadDefaults()
/system/core/crash_reporter/
Duser_collector.cc65 static const char kProductVersionKey[] = "product_version"; variable
525 if (!reader.GetString(kProductVersionKey, &value)) { in ConvertAndEnqueueCrash()
526 LOG(ERROR) << "Could not read " << kProductVersionKey in ConvertAndEnqueueCrash()
529 AddCrashMetaData(kProductVersionKey, value); in ConvertAndEnqueueCrash()