OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBootEventPath
(Results
1 - 3
of
3
) sorted by null
/system/core/bootstat/
boot_event_record_store.h
64
std::string
GetBootEventPath
(const std::string& event) const;
boot_event_record_store.cpp
70
std::string record_path =
GetBootEventPath
(event);
102
const std::string record_path =
GetBootEventPath
(event);
147
std::string BootEventRecordStore::
GetBootEventPath
(const std::string& event) const {
boot_event_record_store_test.cpp
219
EXPECT_TRUE(CreateEmptyBootEventRecord(store.
GetBootEventPath
("devonian"), 2718));
Completed in 119 milliseconds