Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp142 static std::string curProcName; in GetProcessNameFromProcCmdline() local
143 if (!curProcName.empty()) { in GetProcessNameFromProcCmdline()
144 return curProcName; in GetProcessNameFromProcCmdline()
163 curProcName = procCmdlineContent.substr(procNameStartPos, endPos); in GetProcessNameFromProcCmdline()
164 XCOLLIE_LOGD("curProcName is empty, name %{public}s pid %{public}d", curProcName.c_str(), pid); in GetProcessNameFromProcCmdline()
165 return curProcName; in GetProcessNameFromProcCmdline()

Completed in 1 milliseconds