Home
last modified time | relevance | path

Searched refs:store_path_ (Results 1 – 3 of 3) sorted by relevance

/system/core/bootstat/
Dboot_event_record_store.cpp116 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(store_path_.c_str()), closedir); in GetAllBootEvents()
144 store_path_ = path; in SetStorePath()
148 DCHECK_EQ('/', store_path_.back()); in GetBootEventPath()
149 return store_path_ + event; in GetBootEventPath()
Dboot_event_record_store_test.cpp103 BootEventRecordStoreTest() { store_path_ = std::string(store_dir_.path) + "/"; } in BootEventRecordStoreTest()
105 const std::string& GetStorePathForTesting() const { return store_path_; } in GetStorePathForTesting()
113 DeleteDirectory(store_path_); in TearDown()
123 std::string store_path_; member in __anon21b2fa590111::BootEventRecordStoreTest
Dboot_event_record_store.h67 std::string store_path_; variable