Home
last modified time | relevance | path

Searched defs:output_fd (Results 1 – 20 of 20) sorted by relevance

/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp328 unique_fd output_fd; in TEST_F() local
355 unique_fd output_fd; in TEST_F() local
387 unique_fd output_fd; in TEST_F() local
463 unique_fd output_fd; in TEST_P() local
512 unique_fd output_fd; in TEST_P() local
552 unique_fd output_fd; in TEST_P() local
585 unique_fd output_fd; in TEST_P() local
627 unique_fd output_fd; in TEST_P() local
664 unique_fd output_fd; in TEST_F() local
748 unique_fd output_fd; in TEST_F() local
[all …]
H A Ddebuggerd_benchmark.cpp82 android::base::unique_fd output_fd(open("/dev/null", O_WRONLY | O_CLOEXEC)); in PerformDump() local
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dbacktrace.cpp60 void dump_backtrace_thread(int output_fd, unwindstack::Unwinder* unwinder, in dump_backtrace_thread()
82 void dump_backtrace(android::base::unique_fd output_fd, unwindstack::Unwinder* unwinder, in dump_backtrace()
106 void dump_backtrace_header(int output_fd) { in dump_backtrace_header()
115 void dump_backtrace_footer(int output_fd) { in dump_backtrace_footer()
H A Dtombstone.cpp609 void engrave_tombstone(unique_fd output_fd, unique_fd proto_fd, unwindstack::Unwinder* unwinder, in engrave_tombstone()
/aosp12/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp72 static void debuggerd_fallback_trace(int output_fd, ucontext_t* ucontext) { in debuggerd_fallback_trace()
101 static void debuggerd_fallback_tombstone(int output_fd, int proto_fd, ucontext_t* ucontext, in debuggerd_fallback_tombstone()
113 static void iterate_siblings(bool (*callback)(pid_t, int), int output_fd) { in iterate_siblings() argument
240 unique_fd tombstone_socket, output_fd; in trace_handler() local
255 [](pid_t tid, int output_fd) { in trace_handler()
335 unique_fd tombstone_socket, output_fd, proto_fd; in crash_handler() local
/aosp12/system/extras/partition_tools/
H A Dlpunpack.cc234 unique_fd output_fd(open(output_path.c_str(), O_RDWR | O_CLOEXEC | O_CREAT | O_TRUNC, 0644)); in ExtractPartition() local
254 SparseWriter::SparseWriter(int output_fd, int image_fd, uint32_t block_size) in SparseWriter()
/aosp12/system/core/debuggerd/tombstoned/
H A Dintercept_manager.h42 android::base::unique_fd output_fd; member
H A Dtombstoned.cpp285 unique_fd output_fd; in perform_request() local
/aosp12/system/update_engine/aosp/
H A Dcow_converter.cc53 android::base::unique_fd output_fd{ in ProcessPartition() local
/aosp12/system/libartpalette/
H A Dpalette_android.cc106 android::base::unique_fd output_fd; in PaletteWriteCrashThreadStacks() local
/aosp12/system/iorap/src/prefetcher/
H A Dprefetcher_daemon.h29 int output_fd; member
/aosp12/system/core/debuggerd/client/
H A Ddebuggerd_client.cpp115 unique_fd output_fd) { in debuggerd_trigger_dump()
/aosp12/bootable/recovery/updater/
H A Dtarget_files.cpp29 static bool SimgToImg(int input_fd, int output_fd) { in SimgToImg()
/aosp12/system/core/trusty/coverage/
H A Dcoverage.cpp276 android::base::unique_fd output_fd(TEMP_FAILURE_RETRY(creat(filename.c_str(), 00644))); in SaveSancovFile() local
/aosp12/system/extras/verity/
H A Dhash_tree_builder.cpp295 android::base::unique_fd output_fd( in WriteHashTreeToFile() local
/aosp12/packages/modules/adb/client/
H A Dincremental_server.cpp200 IncrementalServer(unique_fd adb_fd, unique_fd output_fd, std::vector<File> files) in IncrementalServer()
696 bool serve(int connection_fd, int output_fd, int argc, const char** argv) { in serve()
H A Dcommandline.cpp2158 int output_fd = atoi(argv[2]); in adb_commandline() local
/aosp12/system/extras/ANRdaemon/
H A DANRdaemon.cpp255 int output_fd = creat(path_buf, S_IRWXU); in dump_trace() local
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_smoke_test.cpp70 void ExtractBugreport(const ZipArchiveHandle* handle, int output_fd) { in ExtractBugreport()
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp537 const unique_fd& output_fd) { in SetupDump()
702 unique_fd output_fd(open(out_file_name.c_str(), in dump_profiles() local