Searched refs:write_to_file (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | mkexynosspl.c | 39 static void write_to_file(int ofd, void *buffer, int size) in write_to_file() function 172 write_to_file(ofd, &vsh, sizeof(vsh)); in main() 175 write_to_file(ofd, buffer, count); in main() 179 write_to_file(ofd, &checksum, sizeof(checksum)); in main()
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | patching.py | 392 def write_to_file(self, f: IO[str]) -> None: member in FileInfo 397 self.write_to_file(of) 406 self.write_to_file(f)
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_config.py | 76 def write_to_file(self, path: str) -> None: member in Kconfig
|
H A D | kunit_kernel.py | 286 self._kconfig.write_to_file(kconfig_path) 297 self._kconfig.write_to_file(old_path)
|
H A D | kunit_tool_test.py | 77 expected_kconfig.write_to_file(kconfig_path)
|
/openbmc/qemu/scripts/codeconverter/ |
H A D | converter.py | 81 f.write_to_file(sys.stdout)
|