Home
last modified time | relevance | path

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

123

/openbmc/openpower-inventory-upload/
H A Dinventory_upload.py97 rpipe = os.fdopen(rpipe, 'r')
98 wpipe = os.fdopen(wpipe, 'a')
105 wfile = os.fdopen(h, 'w')
/openbmc/u-boot/tools/patman/
H A Dtest.py73 infd = os.fdopen(inhandle, 'w')
78 expfd = os.fdopen(exphandle, 'w')
211 infd = os.fdopen(inhandle, 'w')
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')
/openbmc/u-boot/tools/concurrencytest/
H A Dconcurrencytest.py71 stream = os.fdopen(c2pwrite, 'wb', 1)
95 stream = os.fdopen(c2pread, 'rb', 1)
/openbmc/qemu/scripts/
H A Dshaderinclude.py16 with os.fdopen(sys.stdout.fileno(), "wt", closefd=False, newline='\n') as stdout:
/openbmc/phosphor-user-manager/
H A Dfile.hpp62 fp = fdopen(fd, mode.c_str()); in File()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dfile.hpp64 fp = fdopen(fd, mode.c_str()); in File()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dscp.py19 with os.fdopen(cls.tmp_fd, 'w') as f:
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Dviews.py29 with os.fdopen(handle, "w") as tmpfile:
/openbmc/u-boot/scripts/
H A Dfill_scrapyard.py122 self.file = os.fdopen(fd, 'w')
/openbmc/openbmc/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:
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dclamav.py16 with os.fdopen(cls.tmp_fd, 'w') as f:
H A Dsuricata.py16 with os.fdopen(cls.tmp_fd, 'w') as f:
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/
H A D0001-Define-strndupa-if-it-does-not-exist.patch20 return (fdopen(fd, stream_mode));
/openbmc/linux/tools/perf/arch/x86/util/
H A Dpmu.c101 file = fdopen(fd, "r"); in setup_pmu_alias_list()
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py267 stream = os.fdopen(c2pwrite, 'wb')
312 stream = os.fdopen(c2pread, 'rb')
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker208 pipein = os.fdopen(pipein, 'rb', 4096)
209 pipeout = os.fdopen(pipeout, 'wb', 0)
559 worker = BitbakeWorker(os.fdopen(sys.stdin.fileno(), 'rb'))
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Darg_parsing.c128 fp = fdopen(fd, "w"); in test_parse_test_list_file()
H A Dcore_autosize.c111 f = fdopen(fd, "w"); in test_core_autosize()
/openbmc/openbmc/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");
/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/
H A Dparsec.py35 with os.fdopen(tmp_fd, 'w') as f:
/openbmc/linux/tools/perf/util/
H A Dprobe-file.c187 fp = fdopen(fddup, "r"); in probe_file__get_rawlist()
520 fp = fdopen(fddup, "r"); in probe_cache__load()
1144 fp = fdopen(fd, "r"); in scan_ftrace_readme()

123