Home
last modified time | relevance | path

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

/commonlibrary/memory_utils/libmeminfo/src/
H A Dmeminfo.cpp73 std::string::size_type typePos = content.find(":"); in GetPssByPid() local
74 if (typePos != content.npos) { in GetPssByPid()
75 std::string type = content.substr(0, typePos); in GetPssByPid()
77 std::string valueStr = content.substr(typePos + 1); in GetPssByPid()
101 std::string::size_type typePos = content.find(":"); in GetSwapPssByPid() local
102 if (typePos != content.npos) { in GetSwapPssByPid()
103 std::string type = content.substr(0, typePos); in GetSwapPssByPid()
105 std::string valueStr = content.substr(typePos + 1); in GetSwapPssByPid()

Completed in 1 milliseconds