Home
last modified time | relevance | path

Searched refs:fdpath (Results 1 – 1 of 1) sorted by relevance

/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo.cpp100 std::string fdpath = ::android::base::StringPrintf("/proc/%d/fd", pid); in ReadDmaBufFdRefs() local
102 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()