Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp38 static constexpr int PNAME_W = 32; variable
80 cout << setw(PNAME_W) << "NAME" << colCmd; in PrintPidTitle()
217 return name.substr(0, PNAME_W - 1); in GetProcessName()
225 cout << setw(PNAME_W) << processName << colCmd; in HiLogShowProcInfo()