Searched refs:maps_file (Results 1 – 1 of 1) sorted by relevance
247 std::string maps_file = ::android::base::StringPrintf("/proc/%d/maps", pid_); in ReadMaps() local249 maps_file, [&](uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t, in ReadMaps()253 LOG(ERROR) << "Failed to parse " << maps_file; in ReadMaps()