OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:event_file_path
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/chromeos/
external_metrics.cc
110
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 127 milliseconds