Home
last modified time | relevance | path

Searched refs:GetOpenFdsIgnoring (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dfd_utils.cpp484 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() function
530 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()