OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddBootEvent
(Results
1 - 4
of
4
) sorted by null
/system/core/bootstat/
boot_event_record_store.h
38
void
AddBootEvent
(const std::string& event);
boot_event_record_store_test.cpp
138
store.
AddBootEvent
("cenozoic");
153
store.
AddBootEvent
("cretaceous");
154
store.
AddBootEvent
("jurassic");
155
store.
AddBootEvent
("triassic");
boot_event_record_store.cpp
60
void BootEventRecordStore::
AddBootEvent
(const std::string& event) {
bootstat.cpp
74
boot_event_store.
AddBootEvent
(event);
[
all
...]
Completed in 149 milliseconds