Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h226 static int exec_count_; // Every service needs a unique name. variable
Dservice.cpp971 int ServiceManager::exec_count_ = 0; member in android::init::ServiceManager
1035 exec_count_++; in MakeExecOneshotService()
1036 std::string name = "exec " + std::to_string(exec_count_) + " (" + Join(str_args, " ") + ")"; in MakeExecOneshotService()