Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: chromeos/chromeos_paths.cc

Issue 1736493002: Update VPD cache file location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/system/statistics_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_paths.cc
diff --git a/chromeos/chromeos_paths.cc b/chromeos/chromeos_paths.cc
index 53177d2eef8f70abae1152a8734d486d87f18a90..e5c12b944ec3f96867fe8d63db725e71fd8e7f31 100644
--- a/chromeos/chromeos_paths.cc
+++ b/chromeos/chromeos_paths.cc
@@ -32,8 +32,8 @@ const base::FilePath::CharType kInstallAttributesFileName[] =
const base::FilePath::CharType kMachineHardwareInfoFileName[] =
FILE_PATH_LITERAL("/tmp/machine-info");
-const base::FilePath::CharType kVpdFileName[] =
- FILE_PATH_LITERAL("/var/log/vpd_2.0.txt");
+const base::FilePath::CharType kVpdFileName[] = FILE_PATH_LITERAL(
+ "/mnt/stateful_partition/unencrypted/cache/vpd/filtered.txt");
const base::FilePath::CharType kUptimeFileName[] =
FILE_PATH_LITERAL("/proc/uptime");
« no previous file with comments | « no previous file | chromeos/system/statistics_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698