Home
last modified time | relevance | path

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

/system/core/init/
Dinit.cpp437 int still_running = StopServicesAndLogViolations(service_names, kServiceStopTimeout, in StopServicesFromApex() local
440 if (still_running > 0) { in StopServicesFromApex()
441 still_running = StopServicesAndLogViolations(service_names, 0ms, false /*SIGKILL*/); in StopServicesFromApex()
443 return still_running; in StopServicesFromApex()
Dreboot.cpp578 int still_running = 0; in StopServicesAndLogViolations() local
584 still_running++; in StopServicesAndLogViolations()
587 return still_running; in StopServicesAndLogViolations()