| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | cros_subprocess.py | 78 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 D | test.py | 74 infd = os.fdopen(inhandle, 'w') 79 expfd = os.fdopen(exphandle, 'w') 209 infd = os.fdopen(inhandle, 'w')
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | rkupdate.c | 49 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 D | main.cpp | 48 cmd_pipe = fdopen(fd, "wb"); in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | scp.py | 17 with os.fdopen(cls.tmp_fd, 'w') as f:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcollector/ |
| H A D | views.py | 26 with os.fdopen(handle, "w") as tmpfile:
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | libsox_i.c | 110 return fildes == -1? NULL : fdopen(fildes, "w+b"); in lsx_tmpfile()
|
| H A D | util.h | 58 #define fdopen _fdopen macro
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fill_scrapyard.py | 123 self.file = os.fdopen(fd, 'w')
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | convert-spdx-licenses.py | 104 with os.fdopen(fh, 'w') as new_file:
|
| H A D | convert-variable-renames.py | 67 with os.fdopen(fh, 'w') as new_file:
|
| H A D | convert-srcuri.py | 32 with os.fdopen(fh, 'w') as new_file:
|
| H A D | convert-overrides.py | 107 with os.fdopen(fh, 'w') as new_file:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-worker | 201 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 D | concurrencytest.py | 264 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 D | btf_dump.c | 84 f = fdopen(fd, "w"); in test_btf_dump_case()
|
| H A D | core_autosize.c | 111 f = fdopen(fd, "w"); in test_core_autosize()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | probe-file.c | 152 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 D | main.c | 242 cmd_pipe = fdopen(pipefd, "wb"); in main()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | utils.c | 1486 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 D | 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch | 67 tmpfp = fdopen (tmpfd, "w+b");
|
| H A D | CVE-2019-13636.patch | 57 || ! (ifp = fdopen (ifd, binary_transput ? "rb" : "r")))
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch | 55 || ! (ifp = fdopen (ifd, binary_transput ? "rb" : "r")))
|
| /OK3568_Linux_fs/kernel/tools/perf/jvmti/ |
| H A D | jvmti_agent.c | 296 fp = fdopen(fd, "w+"); in jvmti_open()
|
| /OK3568_Linux_fs/buildroot/package/mkpasswd/ |
| H A D | mkpasswd.c | 318 fp = fdopen(password_fd, "r"); in main()
|