Searched refs:tmp_file (Results 1 – 8 of 8) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
| H A D | compression.py | 25 tmp_file = self.tmpdir / "compressed" 27 with self.do_open(tmp_file, mode="w" + mode_suffix) as f: 30 with self.do_open(tmp_file, mode="r" + mode_suffix) as f: 58 tmp_file = self.tmpdir / "compressed" 59 with tmp_file.open("wb") as f: 63 with self.do_open(tmp_file, mode="rb", stderr=subprocess.DEVNULL) as f:
|
| /openbmc/u-boot/test/py/tests/test_fs/ |
| H A D | conftest.py | 366 tmp_file = mount_dir + '/tmpfile' 390 % (min_file, tmp_file), shell=True) 392 % (min_file, tmp_file), shell=True) 394 % tmp_file, shell=True) 399 % (min_file, tmp_file), shell=True) 401 % (min_file, tmp_file), shell=True) 403 % tmp_file, shell=True) 408 % (min_file, tmp_file), shell=True) 410 % (min_file, tmp_file), shell=True) 412 % tmp_file, shell=True) [all …]
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | reproducible.py | 195 tmp_file = "%s.new" % epochfile 196 with open(tmp_file, 'w') as f: 198 os.rename(tmp_file, epochfile)
|
| H A D | gpg_sign.py | 94 tmp_file = os.path.join(tmp_dir, os.path.basename(output_file)) 95 cmd += ['-o', tmp_file] 105 os.rename(tmp_file, output_file)
|
| /openbmc/qemu/hw/core/ |
| H A D | eif.c | 194 FILE *tmp_file = NULL; in read_eif_kernel() local 206 tmp_file = fopen(*kernel_path, "wb"); in read_eif_kernel() 207 if (tmp_file == NULL) { in read_eif_kernel() 219 got = fwrite(kernel, 1, size, tmp_file); in read_eif_kernel() 232 fclose(tmp_file); in read_eif_kernel() 237 safe_fclose(tmp_file); in read_eif_kernel()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | 05_gcc.diff | 30 : tmp_file(WvString::null)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | sshcontrol.py | 179 tmp_file = os.path.join(root, f).replace(localpath, "") 180 dst_file = os.path.join(remotepath, tmp_file.lstrip("/"))
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | sanity.bbclass | 325 with tempfile.NamedTemporaryFile(prefix='TmP', dir=path) as tmp_file: 326 if os.path.exists(tmp_file.name.lower()):
|