Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp614 int ServiceManager::exec_count_ = 0; member in ServiceManager
655 exec_count_++; in MakeExecOneshotService()
656 std::string name = StringPrintf("exec %d (%s)", exec_count_, str_args[0].c_str()); in MakeExecOneshotService()
Dservice.h186 static int exec_count_; // Every service needs a unique name. variable