HomeSort by relevance Sort by last modified time
    Searched refs:outfd (Results 26 - 50 of 57) sorted by null

12 3

  /external/toolchain-utils/cros_utils/
command_executer.py 612 outfd = pobject.stdout.fileno() variable in class:CommandExecuter.RunCommand2.StreamHandler
613 poll.register(outfd, select.POLLIN | select.POLLPRI)
615 outfd: StreamHandler(pobject, outfd, 'stdout', line_consumer)
  /external/ltp/testcases/kernel/fs/doio/
iogen.c 382 int rseed, outfd, infinite; local
401 outfd = 1;
403 outfd = init_output();
439 if (write(outfd, (char *)&req, sizeof(req)) == -1)
533 int outfd; local
559 if ((outfd = open(Outpipe, O_RDWR)) == -1) {
566 return (outfd);
    [all...]
  /external/toybox/lib/
lib.h 345 long long gzip_fd(int infd, int outfd);
346 long long gunzip_fd(int infd, int outfd);
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_unix.go 362 func Sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
366 return sendfile(outfd, infd, offset, count)
syscall_linux_amd64.go 42 //sys sendfile(outfd int, infd int, offset *int64, count int) (written int, err error)
syscall_linux_arm64.go 43 //sys sendfile(outfd int, infd int, offset *int64, count int) (written int, err error)
syscall_linux_mips64x.go 38 //sys sendfile(outfd int, infd int, offset *int64, count int) (written int, err error)
syscall_linux_ppc64x.go 35 //sys sendfile(outfd int, infd int, offset *int64, count int) (written int, err error)
syscall_linux_sparc64.go 31 //sys sendfile(outfd int, infd int, offset *int64, count int) (written int, err error)
syscall_linux_arm.go 92 //sys sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) = SYS_SENDFILE64
syscall_linux_mipsx.go 32 //sys sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) = SYS_SENDFILE64
syscall_linux_s390x.go 35 //sys sendfile(outfd int, infd int, offset *int64, count int) (written int, err error)
syscall_linux_386.go 71 //sys sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) = SYS_SENDFILE64
syscall_netbsd.go 128 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
syscall_openbsd.go 81 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
zsyscall_linux_386.go     [all...]
zsyscall_linux_arm64.go     [all...]
zsyscall_linux_s390x.go     [all...]
zsyscall_solaris_amd64.go     [all...]
syscall_solaris.go 686 //sys sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) = libsendfile.sendfile
zsyscall_linux_amd64.go     [all...]
zsyscall_linux_arm.go     [all...]
  /external/u-boot/tools/
zynqmpbif.c 819 int zynqmpbif_copy_image(int outfd, struct image_tool_params *mparams)
965 if (lseek(outfd, 0, SEEK_SET) != 0)
973 r = write(outfd, bifp, len);
  /external/elfutils/src/
unstrip.c 2139 int outfd = open (output_file, O_RDWR | O_CREAT, local
    [all...]
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 766 jclass /*clazz*/, int infd, jlong inoffset, jlong insize, int outfd, jboolean webm) {
769 AMediaMuxer *muxer = AMediaMuxer_new(outfd,
    [all...]

Completed in 1912 milliseconds

12 3