Home
last modified time | relevance | path

Searched defs:record_path (Results 1 – 2 of 2) sorted by relevance

/system/core/bootstat/
Dboot_event_record_store.cpp70 std::string record_path = GetBootEventPath(event); in AddBootEventWithValue() local
102 const std::string record_path = GetBootEventPath(event); in GetBootEvent() local
Dboot_event_record_store_test.cpp44 bool CreateEmptyBootEventRecord(const std::string& record_path, int32_t value) { in CreateEmptyBootEventRecord()