Searched refs:GetOpenFdsIgnoring (Results 1 – 1 of 1) sorted by relevance
484 static std::unique_ptr<std::set<int>> GetOpenFdsIgnoring(const std::vector<int>& fds_to_ignore,489 std::unique_ptr<std::set<int>> open_fds = GetOpenFdsIgnoring(fds_to_ignore, fail_fn); in Create()497 static std::unique_ptr<std::set<int>> GetOpenFdsIgnoring(const std::vector<int>& fds_to_ignore, in GetOpenFdsIgnoring() function530 return GetOpenFdsIgnoring(nothing_to_ignore, fail_fn); in GetOpenFds()534 std::unique_ptr<std::set<int>> open_fds = GetOpenFdsIgnoring(fds_to_ignore, fail_fn); in Restat()