Searched refs:mapPath (Results 1 – 3 of 3) sorted by relevance
31 std::string mapPath = "/proc/" + std::to_string(pid) + "/maps"; in GetMaps() local32 std::string mapContent = ReadFileToString(mapPath); in GetMaps()34 HHLOGE(true, "%s no content", mapPath.c_str()); in GetMaps()
276 std::string mapPath = StringPrintf("/proc/%d/maps", pid_); in ParseMap() local277 std::string mapContent = ReadFileToString(mapPath); in ParseMap()
282 std::string mapPath = StringPrintf("/proc/%d/maps", pid_); in ParseMap() local283 std::string mapContent = ReadFileToString(mapPath); in ParseMap()