Searched refs:store_path_ (Results 1 – 3 of 3) sorted by relevance
116 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()
103 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
67 std::string store_path_; variable