Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.cpp177 std::string statStr; in GetProcessInfo() local
178 if (!ReadFdToString(statFd.Get(), statStr)) { in GetProcessInfo()
182 std::string eoc = statStr.substr(statStr.find_last_of(")")); in GetProcessInfo()