Searched refs:checkSymlink (Results 1 – 1 of 1) sorted by relevance
73 static bool checkSymlink(const std::string& path, const std::string& prefix) { in checkSymlink() function104 found |= checkSymlink(path + "/cwd", prefix); in KillProcessesWithOpenFiles()105 found |= checkSymlink(path + "/root", prefix); in KillProcessesWithOpenFiles()106 found |= checkSymlink(path + "/exe", prefix); in KillProcessesWithOpenFiles()116 found |= checkSymlink(fd_path + "/" + fd_de->d_name, prefix); in KillProcessesWithOpenFiles()