Home
last modified time | relevance | path

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

/system/core/bootstat/
Dboot_event_record_store.cpp70 std::string record_path = GetBootEventPath(event); in AddBootEventWithValue()
102 const std::string record_path = GetBootEventPath(event); in GetBootEvent()
147 std::string BootEventRecordStore::GetBootEventPath(const std::string& event) const { in GetBootEventPath() function in BootEventRecordStore
Dboot_event_record_store.h64 std::string GetBootEventPath(const std::string& event) const;
Dboot_event_record_store_test.cpp218 EXPECT_TRUE(CreateEmptyBootEventRecord(store.GetBootEventPath("devonian"), 2718)); in TEST_F()