Home
last modified time | relevance | path

Searched refs:persistent_location_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc808 persistent_location_ = location; in SetPersistentLocation()
812 return persistent_location_; in GetPersistentLocation()
822 if (persistent_location_.empty()) { in WriteToPersistentLocation()
829 if (!ImportantFileWriter::WriteFileAtomically(persistent_location_, in WriteToPersistentLocation()
832 << " to file: " << persistent_location_.value(); in WriteToPersistentLocation()
Dpersistent_histogram_allocator.h472 FilePath persistent_location_; variable