Searched refs:fdDirName (Results 1 – 1 of 1) sorted by relevance
119 std::string fdDirName = "/proc/" + std::to_string(pid) + "/fd"; in CollectOpenFiles() local120 std::unique_ptr<DIR, int (*)(DIR *)> dir(opendir(fdDirName.c_str()), closedir); in CollectOpenFiles()122 DFXLOG_ERROR("failed to open directory %s: %s", fdDirName.c_str(), strerror(errno)); in CollectOpenFiles()133 std::string path = fdDirName + "/" + std::string(de->d_name); in CollectOpenFiles()