Searched defs:err_fd (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/android/utils/ |
D | debug.c | 112 int null_fd, out_fd, err_fd; in stdio_disable() local 127 int out_fd, err_fd; in stdio_enable() local 140 int null_fd, out_fd, err_fd; in stdio_disable() local 155 int out_fd, err_fd; in stdio_enable() local
|
/aosp_15_r20/external/libfuse/lib/ |
H A D | fuse_signals.c | 29 int err_fd = fileno(stderr); in dump_stack() local
|
/aosp_15_r20/external/dnsmasq/src/ |
H A D | helper.c | 52 int create_helper(int event_fd, int err_fd, uid_t uid, gid_t gid, long max_fd) { in create_helper()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | dummy_slave.rs | 25 pub err_fd: [Option<File>; MAX_QUEUE_NUM], field
|
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/ |
H A D | test_backend.rs | 27 pub err_fd: [Option<File>; MAX_QUEUE_NUM], field
|
/aosp_15_r20/external/google-breakpad/src/client/linux/microdump_writer/ |
H A D | microdump_writer_unittest.cc | 95 int err_fd = open(stderr_file.c_str(), O_CREAT | O_RDWR, S_IRUSR | S_IWUSR); in CrashAndGetMicrodump() local
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | direct_api.c | 620 int err_fd[2] = {-1, -1}; in semanage_pipe_data() local
|