Home
last modified time | relevance | path

Searched refs:WriteFile (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/tools/binman/
H A Dcontrol.py120 tools.WriteFile(fname, tools.ReadFile(dtb_fname))
188 tools.WriteFile(dtb_item._fname, dtb_item.GetContents())
H A Dstate.py149 tools.WriteFile(out_fname, tools.ReadFile(other_fname_dtb))
/openbmc/u-boot/tools/binman/etype/
H A Du_boot_elf.py31 tools.WriteFile(out_fname, tools.ReadFile(self._pathname))
H A Du_boot_ucode.py95 tools.WriteFile(self._pathname, fdt_entry.ucode_data)
H A Dvblock.py64 tools.WriteFile(input_fname, input_data)
/openbmc/qemu/chardev/
H A Dchar-win.c167 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 Dchar-win-stdio.c249 if (!WriteFile(hStdOut, buf, len1, &dwSize, NULL)) { in win_stdio_write()
/openbmc/u-boot/tools/patman/
H A Dtools.py231 def WriteFile(fname, data): function
/openbmc/qemu/block/
H A Dwin32-aio.c151 rc = WriteFile(hfile, waiocb->buf, waiocb->nbytes, NULL, &waiocb->ov); in win32_aio_submit()
H A Dfile-win32.c86 ret = WriteFile(aiocb->hfile, aiocb->aio_iov[i].iov_base, in handle_aiocb_rw()
/openbmc/qemu/qga/
H A Dchannel-win32.c233 ret = WriteFile(c->handle, buf, size, &written, &ov); in ga_channel_write()
H A Dcommands-win32.c403 is_ok = WriteFile(fh, buf, count, &write_count, NULL); in qmp_guest_file_write()
/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp518 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 Doslib-win32.c817 ret = WriteFile(file, (LPCVOID)buffer, (DWORD)len, in qemu_write_pidfile()
/openbmc/qemu/net/
H A Dtap-win32.c474 result = WriteFile(overlapped->handle, buffer, size, in tap_win32_write()