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.cc857 persistent_location_ = location; in SetPersistentLocation()
861 return persistent_location_; in GetPersistentLocation()
871 if (persistent_location_.empty()) { in WriteToPersistentLocation()
878 if (!ImportantFileWriter::WriteFileAtomically(persistent_location_, in WriteToPersistentLocation()
881 << " to file: " << persistent_location_.value(); in WriteToPersistentLocation()
895 if (persistent_location_.empty()) in DeletePersistentLocation()
902 File file(persistent_location_, in DeletePersistentLocation()
Dpersistent_histogram_allocator.h497 FilePath persistent_location_; variable