Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dsubcontext_test.cpp141 static std::string trigger_shutdown_command; in TEST() local
142 trigger_shutdown = [](const std::string& command) { trigger_shutdown_command = command; }; in TEST()
148 EXPECT_EQ(kTestShutdownCommand, trigger_shutdown_command); in TEST()