Searched refs:mapspath (Results 1 – 1 of 1) sorted by relevance
205 std::string mapspath = ::android::base::StringPrintf("%s/%d/maps", procfs_path.c_str(), pid); in ReadDmaBufMapRefs() local206 auto fp = std::unique_ptr<FILE, decltype(&fclose)>{fopen(mapspath.c_str(), "re"), fclose}; in ReadDmaBufMapRefs()