Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dfd_utils.cpp476 std::unique_ptr<std::set<int>> open_fds = GetOpenFdsIgnoring(fds_to_ignore, fail_fn); in Create() local
478 for (auto fd : *open_fds) { in Create()
521 std::unique_ptr<std::set<int>> open_fds = GetOpenFdsIgnoring(fds_to_ignore, fail_fn); in Restat() local
525 RestatInternal(*open_fds, fail_fn); in Restat()
552 void FileDescriptorTable::RestatInternal(std::set<int>& open_fds, fail_fn_t fail_fn) { in RestatInternal() argument
566 std::set<int>::const_iterator element = open_fds.find(it->first); in RestatInternal()
567 if (element == open_fds.end()) { in RestatInternal()
601 open_fds.erase(element); in RestatInternal()
605 if (open_fds.size() > 0) { in RestatInternal()
615 for (it = open_fds.begin(); it != open_fds.end(); ++it) { in RestatInternal()
H A Dfd_utils.h103 void RestatInternal(std::set<int>& open_fds, fail_fn_t fail_fn);
/aosp12/system/core/debuggerd/proto/
H A Dtombstone.proto32 repeated FD open_fds = 19; field
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp462 if (tombstone.open_fds().size() > 0) { in tombstone_proto_to_text()
465 for (const auto& fd : tombstone.open_fds()) { in tombstone_proto_to_text()