Home
last modified time | relevance | path

Searched defs:out_fd (Results 1 – 9 of 9) sorted by relevance

/external/qemu/android/utils/
Ddebug.c84 int null_fd, out_fd, err_fd; in stdio_disable() local
101 int out_fd, err_fd; in stdio_enable() local
116 int null_fd, out_fd, err_fd; in stdio_disable() local
133 int out_fd, err_fd; in stdio_enable() local
/external/chromium_org/chromeos/process_proxy/
Dprocess_output_watcher.cc21 void InitReadFdSet(int out_fd, int stop_fd, fd_set* set) { in InitReadFdSet()
59 int out_fd, in ProcessOutputWatcher()
/external/chromium_org/third_party/boringssl/src/crypto/bio/
Dfd.c264 int BIO_get_fd(BIO *bio, int *out_fd) { in BIO_get_fd()
/external/chromium_org/ipc/
Dipc_channel_posix_unittest.cc249 base::FileDescriptor out_fd( in TEST_F() local
275 base::FileDescriptor out_fd( in TEST_F() local
Dipc_send_fds_test.cc237 base::FileDescriptor out_fd( in Init() local
/external/chromium_org/base/memory/
Ddiscardable_memory_ashmem_allocator.cc62 int* out_fd, in CreateAshmemRegion()
/external/chromium_org/sandbox/linux/seccomp-bpf/
Dsandbox_bpf.cc79 void WriteFailedStderrSetupMessage(int out_fd) { in WriteFailedStderrSetupMessage()
/external/chromium_org/components/nacl/renderer/
Dppb_nacl_private_impl.cc548 IPC::PlatformFileForTransit out_fd = IPC::InvalidPlatformFileForTransit(); in GetReadonlyPnaclFd() local
692 IPC::PlatformFileForTransit out_fd = IPC::InvalidPlatformFileForTransit(); in OpenNaClExecutable() local
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h783 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \ argument
786 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \ argument
789 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \ argument
792 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \ argument