Home
last modified time | relevance | path

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

/aosp14/system/core/bootstat/
H A Dbootstat.cpp1499 std::string boot_event; in main() local
1545 boot_event = optarg; in main()
1561 if (!boot_event.empty()) { in main()
1562 RecordBootEventFromCommandLine(boot_event, value); in main()