Home
last modified time | relevance | path

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

/system/core/init/test_kill_services/
Dinit_kill_services_test.cpp30 const std::string initial_pid = GetProperty(pid_prop, ""); in ExpectKillingServiceRecovers() local
33 EXPECT_NE("", initial_pid) << pid_prop; in ExpectKillingServiceRecovers()
35 EXPECT_EQ(0, system(("kill -9 " + initial_pid).c_str())); in ExpectKillingServiceRecovers()
44 if (pid != initial_pid && pid != "") break; in ExpectKillingServiceRecovers()