Lines Matching refs:procfs_path
55 const std::string& procfs_path) { in ReadDmaBufFdInfo() argument
57 ::android::base::StringPrintf("%s/%d/fdinfo/%d", procfs_path.c_str(), pid, fd); in ReadDmaBufFdInfo()
111 const std::string& procfs_path) { in ReadDmaBufFdRefs() argument
118 ::android::base::StringPrintf("%s/%d/fdinfo", procfs_path.c_str(), pid); in ReadDmaBufFdRefs()
148 &is_dmabuf_file, procfs_path); in ReadDmaBufFdRefs()
169 ::android::base::StringPrintf("%s/%d/fd/%d", procfs_path.c_str(), pid, fd); in ReadDmaBufFdRefs()
203 const std::string& procfs_path, in ReadDmaBufMapRefs() argument
205 std::string mapspath = ::android::base::StringPrintf("%s/%d/maps", procfs_path.c_str(), pid); in ReadDmaBufMapRefs()
288 const std::string& procfs_path, const std::string& dmabuf_sysfs_path) { in ReadDmaBufInfo() argument
292 if (!ReadDmaBufFdRefs(pid, dmabufs, procfs_path)) { in ReadDmaBufInfo()
298 if (!ReadDmaBufMapRefs(pid, dmabufs, procfs_path, dmabuf_sysfs_path)) { in ReadDmaBufInfo()