Searched refs:event_file_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/
H A Dexternal_metrics.cc110 const char* event_file_path = "/var/log/metrics/uma-events"; local
114 event_file_path = test_path_.value().c_str();
116 result = stat(event_file_path, &stat_buf);
119 PLOG(ERROR) << event_file_path << ": bad metrics file stat";
128 int fd = open(event_file_path, O_RDWR);
130 PLOG(ERROR) << event_file_path << ": cannot open";
135 PLOG(ERROR) << event_file_path << ": cannot lock";

Completed in 55 milliseconds