Searched defs:newName (Results 1 - 1 of 1) sorted by relevance

/system/libhidl/transport/
H A DServiceManagement.cpp116 std::string newName = processName.substr(secondDot + 1, local
119 processName.c_str(), newName.c_str());
121 int rc = pthread_setname_np(pthread_self(), newName.c_str());

Completed in 90 milliseconds