Searched refs:WriteFile (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/tools/binman/ |
H A D | control.py | 120 tools.WriteFile(fname, tools.ReadFile(dtb_fname)) 188 tools.WriteFile(dtb_item._fname, dtb_item.GetContents())
|
H A D | state.py | 149 tools.WriteFile(out_fname, tools.ReadFile(other_fname_dtb))
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | u_boot_elf.py | 31 tools.WriteFile(out_fname, tools.ReadFile(self._pathname))
|
H A D | u_boot_ucode.py | 95 tools.WriteFile(self._pathname, fdt_entry.ucode_data)
|
H A D | vblock.py | 64 tools.WriteFile(input_fname, input_data)
|
/openbmc/qemu/chardev/ |
H A D | char-win.c | 167 ret = WriteFile(s->file, buf, len, &size, &s->osend); in win_chr_write() 169 ret = WriteFile(s->file, buf, len, &size, NULL); in win_chr_write()
|
H A D | char-win-stdio.c | 249 if (!WriteFile(hStdOut, buf, len1, &dwSize, NULL)) { in win_stdio_write()
|
/openbmc/u-boot/tools/patman/ |
H A D | tools.py | 231 def WriteFile(fname, data): function
|
/openbmc/qemu/block/ |
H A D | win32-aio.c | 151 rc = WriteFile(hfile, waiocb->buf, waiocb->nbytes, NULL, &waiocb->ov); in win32_aio_submit()
|
H A D | file-win32.c | 86 ret = WriteFile(aiocb->hfile, aiocb->aio_iov[i].iov_base, in handle_aiocb_rw()
|
/openbmc/qemu/qga/ |
H A D | channel-win32.c | 233 ret = WriteFile(c->handle, buf, size, &written, &ov); in ga_channel_write()
|
H A D | commands-win32.c | 403 is_ok = WriteFile(fh, buf, count, &write_count, NULL); in qmp_guest_file_write()
|
/openbmc/libpldm/tests/oem/ibm/ |
H A D | fileio.cpp | 518 TEST(WriteFile, testGoodDecodeRequest) in TEST() argument 591 TEST(WriteFile, testGoodDecodeResponse) in TEST() argument 719 TEST(WriteFile, testGoodEncodeResponse) in TEST() argument 769 TEST(WriteFile, testGoodEncodeRequest) in TEST() argument
|
/openbmc/qemu/util/ |
H A D | oslib-win32.c | 817 ret = WriteFile(file, (LPCVOID)buffer, (DWORD)len, in qemu_write_pidfile()
|
/openbmc/qemu/net/ |
H A D | tap-win32.c | 474 result = WriteFile(overlapped->handle, buffer, size, in tap_win32_write()
|