Searched refs:kProductVersionKey (Results 1 – 2 of 2) sorted by relevance
37 const char kProductVersionKey[] = "product_version"; variable132 if (!reader.GetString(kProductVersionKey, &settings->firmware_version)) { in LoadDefaults()133 LOG(ERROR) << "Could not read '" << kProductVersionKey << "' from OS"; in LoadDefaults()
65 static const char kProductVersionKey[] = "product_version"; variable525 if (!reader.GetString(kProductVersionKey, &value)) { in ConvertAndEnqueueCrash()526 LOG(ERROR) << "Could not read " << kProductVersionKey in ConvertAndEnqueueCrash()529 AddCrashMetaData(kProductVersionKey, value); in ConvertAndEnqueueCrash()