Searched refs:exec_count_ (Results 1 – 2 of 2) sorted by relevance
614 int ServiceManager::exec_count_ = 0; member in ServiceManager655 exec_count_++; in MakeExecOneshotService()656 std::string name = StringPrintf("exec %d (%s)", exec_count_, str_args[0].c_str()); in MakeExecOneshotService()
186 static int exec_count_; // Every service needs a unique name. variable