Searched refs:tmp_fd (Results 1 – 8 of 8) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | scp.py | 18 cls.tmp_fd, cls.tmp_path = mkstemp() 19 with os.fdopen(cls.tmp_fd, 'w') as f:
|
| /openbmc/qemu/monitor/ |
| H A D | fds.c | 77 int tmp_fd; in monitor_add_fd() local 83 tmp_fd = monfd->fd; in monitor_add_fd() 87 close(tmp_fd); in monitor_add_fd() 120 int tmp_fd; in qmp_closefd() local 129 tmp_fd = monfd->fd; in qmp_closefd() 134 close(tmp_fd); in qmp_closefd()
|
| /openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
| H A D | clamav.py | 16 cls.tmp_fd, cls.tmp_path = mkstemp() 17 with os.fdopen(cls.tmp_fd, 'w') as f:
|
| H A D | suricata.py | 15 cls.tmp_fd, cls.tmp_path = mkstemp() 16 with os.fdopen(cls.tmp_fd, 'w') as f:
|
| /openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/ |
| H A D | parsec.py | 34 tmp_fd, tmp_path = mkstemp() 35 with os.fdopen(tmp_fd, 'w') as f:
|
| /openbmc/qemu/hw/core/ |
| H A D | eif.c | 158 int tmp_fd; in get_tmp_file() local 161 tmp_fd = g_file_open_tmp(template, tmp_path, NULL); in get_tmp_file() 162 if (tmp_fd < 0 || *tmp_path == NULL) { in get_tmp_file() 168 close(tmp_fd); in get_tmp_file()
|
| /openbmc/u-boot/tools/ |
| H A D | imx8image.c | 279 int tmp_fd = open(filename, O_RDONLY | O_BINARY); in check_file() local 281 if (tmp_fd < 0) { in check_file() 287 if (fstat(tmp_fd, sbuf) < 0) { in check_file() 293 close(tmp_fd); in check_file()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | vhost-user-blk-test.c | 840 int tmp_fd; in create_listen_socket() local 846 tmp_fd = mkstemp(path); in create_listen_socket() 847 g_assert_cmpint(tmp_fd, >=, 0); in create_listen_socket() 848 close(tmp_fd); in create_listen_socket()
|