Home
last modified time | relevance | path

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

/system/libhidl/transport/
DServiceManagement.cpp117 std::string newName = processName.substr(secondDot + 1, in tryShortenProcessName() local
120 processName.c_str(), newName.c_str()); in tryShortenProcessName()
122 int rc = pthread_setname_np(pthread_self(), newName.c_str()); in tryShortenProcessName()