Searched refs:smaps_path (Results 1 – 1 of 1) sorted by relevance
62 std::string smaps_path = std::string("/proc/") + std::to_string(pid) + std::string("/smaps"); in ParseMaps() local64 smaps_path = testpath_ + std::to_string(pid) + std::string("/smaps"); in ParseMaps()66 ReadVmemareasFile(smaps_path, processinfo, isReportApp, isReportSmaps); in ParseMaps()