Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dfd_utils.cpp484 std::unique_ptr<std::set<int>> open_fds = GetOpenFdsIgnoring(fds_to_ignore, fail_fn); in Create() local
486 for (auto fd : *open_fds) { in Create()
529 std::unique_ptr<std::set<int>> open_fds = GetOpenFdsIgnoring(fds_to_ignore, fail_fn); in Restat() local
533 RestatInternal(*open_fds, fail_fn); in Restat()
560 void FileDescriptorTable::RestatInternal(std::set<int>& open_fds, fail_fn_t fail_fn) { in RestatInternal() argument
574 std::set<int>::const_iterator element = open_fds.find(it->first); in RestatInternal()
575 if (element == open_fds.end()) { in RestatInternal()
610 open_fds.erase(element); in RestatInternal()
614 if (open_fds.size() > 0) { in RestatInternal()
624 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);
/aosp14/system/core/debuggerd/proto/
H A Dtombstone.proto41 repeated FD open_fds = 19; field
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp548 if (tombstone.open_fds().size() > 0) { in tombstone_proto_to_text()
551 for (const auto& fd : tombstone.open_fds()) { in tombstone_proto_to_text()