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.cc931 persistent_location_ = location; in SetPersistentLocation()
935 return persistent_location_; in GetPersistentLocation()
945 if (persistent_location_.empty()) { in WriteToPersistentLocation()
952 if (!ImportantFileWriter::WriteFileAtomically(persistent_location_, in WriteToPersistentLocation()
955 << " to file: " << persistent_location_.value(); in WriteToPersistentLocation()
969 if (persistent_location_.empty()) in DeletePersistentLocation()
976 File file(persistent_location_, in DeletePersistentLocation()
Dpersistent_histogram_allocator.h498 FilePath persistent_location_; variable