Searched refs:tempfile (Results 1 - 25 of 29) sorted by relevance

12

/u-boot/tools/binman/btool/
H A Dlzma_alone.py37 import tempfile namespace
67 with tempfile.NamedTemporaryFile(prefix='comp.tmp',
70 with tempfile.NamedTemporaryFile(prefix='compo.otmp',
85 with tempfile.NamedTemporaryFile(prefix='decomp.tmp',
88 with tempfile.NamedTemporaryFile(prefix='compo.otmp',
H A Dlz4.py60 import tempfile namespace
90 with tempfile.NamedTemporaryFile(prefix='comp.tmp',
105 with tempfile.NamedTemporaryFile(prefix='decomp.tmp',
/u-boot/tools/patman/
H A Dtest_settings.py10 import tempfile namespace
18 with tempfile.TemporaryDirectory() as tmpdir:
40 with tempfile.NamedTemporaryFile() as global_config:
H A Dtest_checkpatch.py10 import tempfile namespace
111 inhandle, inname = tempfile.mkstemp()
190 inhandle, inname = tempfile.mkstemp()
195 exphandle, expname = tempfile.mkstemp()
215 inhandle, inname = tempfile.mkstemp()
353 inhandle, inname = tempfile.mkstemp()
H A Dpatchstream.py15 import tempfile namespace
788 handle, tmpname = tempfile.mkstemp()
814 backup_dir = None #tempfile.mkdtemp('clean-patch')
/u-boot/test/py/tests/
H A Dtest_pstore.py8 import tempfile namespace
67 outdir = tempfile.mkdtemp()
H A Dtest_env.py13 import tempfile namespace
559 with tempfile.TemporaryDirectory() as path:
/u-boot/tools/binman/etype/
H A Du_boot_spl_pubkey_dtb.py8 import tempfile namespace
85 with tempfile.NamedTemporaryFile(prefix=os.path.basename(
H A Dxilinx_bootgen.py8 import tempfile namespace
153 with tempfile.NamedTemporaryFile(prefix="u-boot-spl-pubkey-",
162 with tempfile.NamedTemporaryFile(prefix="u-boot-spl-pubkey-elf-",
/u-boot/tools/binman/
H A Dfdt_test.py9 import tempfile namespace
21 self._indir = tempfile.mkdtemp(prefix='binmant.')
H A Dbintool.py18 import tempfile namespace
351 tmpdir = tempfile.mkdtemp(prefix='binmanf.')
549 with tempfile.NamedTemporaryFile(prefix='comp.tmp',
564 with tempfile.NamedTemporaryFile(prefix='decomp.tmp',
H A Delf_test.py11 import tempfile namespace
85 cls._indir = tempfile.mkdtemp(prefix='elf.')
198 outdir = tempfile.mkdtemp(prefix='elf.')
219 outdir = tempfile.mkdtemp(prefix='elf.')
H A Dbintool_test.py11 import tempfile namespace
29 self._indir = tempfile.mkdtemp(prefix='bintool.')
H A Dfip_util_test.py14 import tempfile namespace
37 self._indir = tempfile.mkdtemp(prefix='fip_util.')
H A Delf.py14 import tempfile namespace
353 outdir = tempfile.mkdtemp(prefix='binman.elf.')
H A Dcbfs_util_test.py16 import tempfile namespace
37 cls._indir = tempfile.mkdtemp(prefix='cbfs_util.')
/u-boot/tools/u_boot_pylib/
H A Dtools.py11 import tempfile namespace
69 outdir = tempfile.mkdtemp(prefix='binman.')
565 tmpdir = tempfile.mkdtemp(tmpdir_pattern)
/u-boot/scripts/kconfig/tests/
H A Dconftest.py16 import tempfile namespace
58 with tempfile.TemporaryDirectory() as temp_dir:
/u-boot/tools/dtoc/
H A Dtest_src_scan.py13 import tempfile namespace
78 driver_fn = '/tmp/' + next(tempfile._get_candidate_names())
120 indir = tempfile.mkdtemp(prefix='dtoc.')
H A Dfdt_util.py14 import tempfile namespace
H A Dtest_fdt14 import tempfile
927 tmpdir = tempfile.mkdtemp(prefix='test_fdt.')
/u-boot/tools/buildman/
H A Dtest.py8 import tempfile namespace
155 self.base_dir = tempfile.mkdtemp()
613 base_dir = tempfile.mkdtemp()
H A Dfunc_test.py9 import tempfile namespace
183 self._base_dir = tempfile.mkdtemp()
184 self._output_dir = tempfile.mkdtemp()
H A Dtoolchain.py10 import tempfile namespace
/u-boot/tools/
H A Dqconfig.py27 import tempfile namespace
394 self.build_dir = tempfile.mkdtemp()
689 self.src_dir = tempfile.mkdtemp()

Completed in 227 milliseconds

12