Searched refs:exec_count (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dservice.cpp1107 static size_t exec_count = 0; local
1108 exec_count++;
1109 std::string name = "exec " + std::to_string(exec_count) + " (" + Join(str_args, " ") + ")";

Completed in 52 milliseconds