Searched refs:fd_de (Results 1 – 1 of 1) sorted by relevance
113 struct dirent* fd_de; in KillProcessesWithOpenFiles() local114 while ((fd_de = readdir(fd_d.get())) != nullptr) { in KillProcessesWithOpenFiles()115 if (fd_de->d_type != DT_LNK) continue; in KillProcessesWithOpenFiles()116 found |= checkSymlink(fd_path + "/" + fd_de->d_name, prefix); in KillProcessesWithOpenFiles()