Searched refs:fdpath (Results 1 – 1 of 1) sorted by relevance
71 char fdpath[PATH_MAX]; in getFdCount() local73 snprintf(fdpath, PATH_MAX, "/proc/%d/fd", getpid()); in getFdCount()74 DIR *dir = opendir(fdpath); in getFdCount()