Searched defs:output_fd (Results 1 – 9 of 9) sorted by relevance
/aosp14/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 338 unique_fd output_fd; in TEST_F() local 379 unique_fd output_fd; in TEST_F() local 414 unique_fd output_fd; in TEST_F() local 479 unique_fd output_fd; in TEST_P() local 519 unique_fd output_fd; in TEST_P() local 552 unique_fd output_fd; in TEST_P() local 594 unique_fd output_fd; in TEST_P() local 629 unique_fd output_fd; in TEST_F() local 661 unique_fd output_fd; in TEST_F() local 745 unique_fd output_fd; in TEST_F() local [all …]
|
H A D | debuggerd_benchmark.cpp | 82 android::base::unique_fd output_fd(open("/dev/null", O_WRONLY | O_CLOEXEC)); in PerformDump() local
|
/aosp14/system/core/debuggerd/libdebuggerd/ |
H A D | backtrace.cpp | 61 void dump_backtrace_thread(int output_fd, unwindstack::AndroidUnwinder* unwinder, in dump_backtrace_thread() 79 void dump_backtrace(android::base::unique_fd output_fd, unwindstack::AndroidUnwinder* unwinder, in dump_backtrace() 103 void dump_backtrace_header(int output_fd) { in dump_backtrace_header() 112 void dump_backtrace_footer(int output_fd) { in dump_backtrace_footer()
|
H A D | tombstone.cpp | 124 void engrave_tombstone(unique_fd output_fd, unique_fd proto_fd, in engrave_tombstone()
|
/aosp14/system/core/debuggerd/handler/ |
H A D | debuggerd_fallback.cpp | 57 static void debuggerd_fallback_trace(int output_fd, ucontext_t* ucontext) { in debuggerd_fallback_trace() 85 static void debuggerd_fallback_tombstone(int output_fd, int proto_fd, ucontext_t* ucontext, in debuggerd_fallback_tombstone() 198 unique_fd tombstone_socket, output_fd; in trace_handler() local 295 unique_fd tombstone_socket, output_fd, proto_fd; in crash_handler() local
|
/aosp14/system/core/debuggerd/tombstoned/ |
H A D | intercept_manager.h | 42 android::base::unique_fd output_fd; member
|
H A D | tombstoned.cpp | 285 unique_fd output_fd; in perform_request() local
|
/aosp14/system/core/debuggerd/client/ |
H A D | debuggerd_client.cpp | 118 unique_fd output_fd) { in debuggerd_trigger_dump()
|
/aosp14/system/core/trusty/coverage/ |
H A D | coverage.cpp | 276 android::base::unique_fd output_fd(TEMP_FAILURE_RETRY(creat(filename.c_str(), 00644))); in SaveSancovFile() local
|