Home
last modified time | relevance | path

Searched refs:fdopen (Results 1 – 25 of 93) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dcros_subprocess.py78 stdout = os.fdopen(stdout_pty[1])
81 stderr = os.fdopen(stderr_pty[1])
95 self.stdout = os.fdopen(stdout_pty[0])
97 self.stderr = os.fdopen(stderr_pty[0])
269 self._stdin_write_pipe = os.fdopen(pipe[1], 'w')
H A Dtest.py74 infd = os.fdopen(inhandle, 'w')
79 expfd = os.fdopen(exphandle, 'w')
209 infd = os.fdopen(inhandle, 'w')
/OK3568_Linux_fs/external/recovery/
H A Drkupdate.c49 FILE* from_child = fdopen(pipefd[0], "r"); in start_main()
186 FILE* from_child = fdopen(pipefd[0], "r"); in do_rk_update()
/OK3568_Linux_fs/external/rkupdate/
H A Dmain.cpp48 cmd_pipe = fdopen(fd, "wb"); in main()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dscp.py17 with os.fdopen(cls.tmp_fd, 'w') as f:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcollector/
H A Dviews.py26 with os.fdopen(handle, "w") as tmpfile:
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlibsox_i.c110 return fildes == -1? NULL : fdopen(fildes, "w+b"); in lsx_tmpfile()
H A Dutil.h58 #define fdopen _fdopen macro
/OK3568_Linux_fs/u-boot/scripts/
H A Dfill_scrapyard.py123 self.file = os.fdopen(fd, 'w')
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dconvert-spdx-licenses.py104 with os.fdopen(fh, 'w') as new_file:
H A Dconvert-variable-renames.py67 with os.fdopen(fh, 'w') as new_file:
H A Dconvert-srcuri.py32 with os.fdopen(fh, 'w') as new_file:
H A Dconvert-overrides.py107 with os.fdopen(fh, 'w') as new_file:
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-worker201 pipein = os.fdopen(pipein, 'rb', 4096)
202 pipeout = os.fdopen(pipeout, 'wb', 0)
529 worker = BitbakeWorker(os.fdopen(sys.stdin.fileno(), 'rb'))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py264 stream = os.fdopen(c2pwrite, 'wb', 1)
309 stream = os.fdopen(c2pread, 'rb', 1)
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c84 f = fdopen(fd, "w"); in test_btf_dump_case()
H A Dcore_autosize.c111 f = fdopen(fd, "w"); in test_core_autosize()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-file.c152 fp = fdopen(fddup, "r"); in probe_file__get_rawlist()
485 fp = fdopen(fddup, "r"); in probe_cache__load()
1075 fp = fdopen(fd, "r"); in scan_ftrace_readme()
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dmain.c242 cmd_pipe = fdopen(pipefd, "wb"); in main()
/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c1486 iop = fdopen(pdes[0], type); in Popen()
1490 iop = fdopen(pdes[1], type); in Popen()
1564 iop = fdopen(pdes[0], type); in Fopen()
1568 iop = fdopen(pdes[1], type); in Fopen()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch67 tmpfp = fdopen (tmpfd, "w+b");
H A DCVE-2019-13636.patch57 || ! (ifp = fdopen (ifd, binary_transput ? "rb" : "r")))
/OK3568_Linux_fs/buildroot/package/patch/
H A D0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch55 || ! (ifp = fdopen (ifd, binary_transput ? "rb" : "r")))
/OK3568_Linux_fs/kernel/tools/perf/jvmti/
H A Djvmti_agent.c296 fp = fdopen(fd, "w+"); in jvmti_open()
/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dmkpasswd.c318 fp = fdopen(password_fd, "r"); in main()

1234