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()
261 std::string mapPath = StringPrintf("/proc/%d/maps", pid_); in ParseServiceMap() local262 std::string mapContent = ReadFileToString(mapPath); in ParseServiceMap()266 HLOGW("Parse %s failed, content empty", mapPath.c_str()); in ParseServiceMap()287 std::string mapPath = StringPrintf("/proc/%d/maps", devhost); in ParseDevhostMap() local288 std::string mapContent = ReadFileToString(mapPath); in ParseDevhostMap()
224 std::string mapPath = StringPrintf("/proc/%d/maps", pid_); in ParseMap() local225 std::shared_ptr<DfxMaps> dfxMaps = OHOS::HiviewDFX::DfxMaps::Create(pid_, mapPath); in ParseMap()