Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp379 string pssStr = AddKbUnit(pair.second); in PairToStringMatrix() local
380 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, pssStr); in PairToStringMatrix()
381 SaveStringToFd(rawParamFd_, pssStr + " : " + pair.first + "\n"); in PairToStringMatrix()