Home
last modified time | relevance | path

Searched defs:tombstone_fd (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp54 void engrave_tombstone_ucontext(int tombstone_fd, int proto_fd, uint64_t abort_msg_address, in engrave_tombstone_ucontext()
/aosp14/system/core/debuggerd/libdebuggerd/test/
H A Ddump_memory_test.cpp146 int tombstone_fd = mkstemp(tmp_file); in SetUp() local