Searched refs:ReadFile (Results 1 – 17 of 17) sorted by relevance
/openbmc/u-boot/tools/binman/ |
H A D | state.py | 83 data = tools.ReadFile(pathname) 149 tools.WriteFile(out_fname, tools.ReadFile(other_fname_dtb))
|
H A D | control.py | 120 tools.WriteFile(fname, tools.ReadFile(dtb_fname))
|
H A D | ftest.py | 1528 outdata = tools.ReadFile(pathname) 1762 map_data = tools.ReadFile(map_fname)
|
/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 | blob.py | 52 data = tools.ReadFile(self._pathname)
|
H A D | gbb.py | 95 self.SetContents(tools.ReadFile(fname))
|
H A D | vblock.py | 78 self.SetContents(tools.ReadFile(output_fname))
|
/openbmc/u-boot/tools/patman/ |
H A D | tools.py | 216 def ReadFile(fname): function
|
/openbmc/qemu/block/ |
H A D | win32-aio.c | 149 rc = ReadFile(hfile, waiocb->buf, waiocb->nbytes, NULL, &waiocb->ov); in win32_aio_submit()
|
H A D | file-win32.c | 89 ret = ReadFile(aiocb->hfile, aiocb->aio_iov[i].iov_base, in handle_aiocb_rw()
|
/openbmc/qemu/chardev/ |
H A D | char-win.c | 48 ret = ReadFile(s->file, buf, len, &size, &s->orecv); in win_chr_read()
|
H A D | char-win-stdio.c | 90 ret = ReadFile(stdio->hStdIn, &stdio->win_stdio_buf, 1, &dwSize, NULL); in win_stdio_thread()
|
/openbmc/qemu/qga/ |
H A D | channel-win32.c | 65 success = ReadFile(c->handle, rs->buf + rs->cur + rs->pending, in ga_channel_prepare()
|
H A D | commands-win32.c | 356 is_ok = ReadFile(fh, buf, count, &read_count, NULL); in guest_file_read_unsafe()
|
/openbmc/libpldm/tests/oem/ibm/ |
H A D | fileio.cpp | 484 TEST(ReadFile, testGoodDecodeRequest) in TEST() argument 556 TEST(ReadFile, testGoodDecodeResponse) in TEST() argument 694 TEST(ReadFile, testGoodEncodeResponse) in TEST() argument 743 TEST(ReadFile, testGoodEncodeRequest) in TEST() argument
|
/openbmc/qemu/net/ |
H A D | tap-win32.c | 522 result = ReadFile(overlapped->handle, in tap_win32_thread_entry()
|
/openbmc/u-boot/lib/lzma/ |
H A D | lzma.txt | 417 ReadFile(inFile, header, sizeof(header)
|