Searched defs:kProductVersionKey (Results 1 - 2 of 2) sorted by relevance

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

Completed in 992 milliseconds