Searched refs:mapspath (Results 1 – 1 of 1) sorted by relevance
204 std::string mapspath = ::android::base::StringPrintf("%s/%d/maps", procfs_path.c_str(), pid); in ReadDmaBufMapRefs() local205 std::ifstream fp(mapspath); in ReadDmaBufMapRefs()207 LOG(ERROR) << "Failed to open " << mapspath << " for pid: " << pid; in ReadDmaBufMapRefs()251 LOG(ERROR) << "Failed to parse " << mapspath << " for pid: " << pid; in ReadDmaBufMapRefs()