Searched refs:fdpath (Results 1 – 1 of 1) sorted by relevance
100 std::string fdpath = ::android::base::StringPrintf("/proc/%d/fd", pid); in ReadDmaBufFdRefs() local102 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(fdpath.c_str()), closedir); in ReadDmaBufFdRefs()104 LOG(ERROR) << "Failed to open " << fdpath << " directory" << std::endl; in ReadDmaBufFdRefs()110 ::android::base::StringPrintf("%s/%s", fdpath.c_str(), dent->d_name); in ReadDmaBufFdRefs()