OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backing_file_path_
(Results
1 - 2
of
2
) sorted by null
/system/core/metricsd/
persistent_integer.cc
33
backing_file_path_
(directory.Append(name_)),
61
int fd = HANDLE_EINTR(open(
backing_file_path_
.value().c_str(),
64
PCHECK(fd >= 0) << "cannot open " <<
backing_file_path_
.value()
70
<< "cannot write to " <<
backing_file_path_
.value();
76
int fd = HANDLE_EINTR(open(
backing_file_path_
.value().c_str(), O_RDONLY));
78
PLOG(WARNING) << "cannot open " <<
backing_file_path_
.value()
persistent_integer.h
69
base::FilePath
backing_file_path_
;
member in class:chromeos_metrics::PersistentInteger
Completed in 44 milliseconds