Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp498 vector<string> cmdResult; in GetProcName() local
499 if (!MemoryUtil::GetInstance().RunCMD(str, cmdResult) || cmdResult.size() == 0) { in GetProcName()
504 StringUtils::GetInstance().StringSplit(cmdResult.at(0), ":", names); in GetProcName()
508 procName = cmdResult.at(0).substr(names[0].length() + 1); in GetProcName()
516 vector<string> cmdResult; in GetProcessAdjLabel() local
518 if (!MemoryUtil::GetInstance().RunCMD(cmd, cmdResult) || cmdResult.size() == 0) { in GetProcessAdjLabel()
522 string oom_score = cmdResult.front(); in GetProcessAdjLabel()