Searched refs:shutil (Results 1 - 25 of 34) sorted by relevance

12

/u-boot/test/py/tests/test_efi_bootmgr/
H A Dconftest.py6 import shutil namespace
23 shutil.rmtree(mnt_point, ignore_errors=True)
32 shutil.copyfile(u_boot_config.build_dir + '/lib/efi_loader/initrddump.efi',
/u-boot/test/py/tests/test_eficonfig/
H A Dconftest.py7 import shutil namespace
25 shutil.rmtree(mnt_point, ignore_errors=True)
34 shutil.copyfile(u_boot_config.build_dir + '/lib/efi_loader/initrddump.efi',
/u-boot/test/py/tests/test_xxd/
H A Dconftest.py7 import shutil namespace
34 shutil.rmtree(mnt_point)
/u-boot/test/py/tests/test_cat/
H A Dconftest.py7 import shutil namespace
34 shutil.rmtree(mnt_point)
/u-boot/tools/patman/
H A Dget_maintainer.py8 import shutil namespace
20 get_maintainer = shutil.which(script_file_name)
H A Dpatchstream.py14 import shutil namespace
799 shutil.copy(fname, os.path.join(backup_dir, os.path.basename(fname)))
800 shutil.move(tmpname, fname)
H A Dfunc_test.py13 import shutil namespace
64 shutil.rmtree(self.tmpdir)
123 shutil.copy(self._get_path(src_fname), fname)
129 shutil.copy(self._get_path(src_fname), fname)
/u-boot/test/py/tests/
H A Dtest_pstore.py9 import shutil namespace
77 shutil.rmtree(outdir)
H A Dtest_cleanup_build.py9 import shutil namespace
25 shutil.copytree(
H A Dtest_vboot.py42 import shutil namespace
337 shutil.copyfile(fit, ffit)
351 shutil.copyfile(fit, efit)
362 shutil.copyfile(fit, efit)
/u-boot/test/py/tests/test_fs/test_squashfs/
H A Dsqfs_common.py6 import shutil namespace
204 shutil.rmtree(path)
/u-boot/tools/u_boot_pylib/
H A Dterminal.py12 import shutil namespace
157 cols = shutil.get_terminal_size().columns
H A Dtools.py9 import shutil namespace
75 shutil.rmtree(outdir)
544 lesspath = shutil.which('less')
/u-boot/test/py/tests/test_fs/
H A Dtest_erofs.py7 import shutil namespace
64 shutil.rmtree(path)
/u-boot/tools/binman/
H A Delf_test.py8 import shutil namespace
92 shutil.rmtree(cls._indir)
213 shutil.rmtree(outdir)
234 shutil.rmtree(outdir)
H A Dbintool.py17 import shutil namespace
221 shutil.move(fname, dest)
223 shutil.rmtree(tmpdir)
H A Dbintool_test.py10 import shutil namespace
38 shutil.rmtree(self._indir)
H A Dfip_util_test.py12 import shutil namespace
97 shutil.rmtree(self._indir)
H A Delf.py12 import shutil namespace
438 shutil.rmtree(outdir)
/u-boot/scripts/kconfig/tests/
H A Dconftest.py14 import shutil namespace
62 shutil.copyfile(os.path.join(self._test_dir, dot_config),
/u-boot/test/py/
H A Dmultiplexed_log.py13 import shutil namespace
238 shutil.copy(mod_dir + '/multiplexed_log.css', os.path.dirname(fn))
/u-boot/tools/buildman/
H A Dcontrol.py12 import shutil namespace
511 shutil.rmtree(output_dir)
H A Dbuilderthread.py15 import shutil namespace
88 shutil.copy(fname, os.path.join(build_dir, target))
/u-boot/tools/binman/etype/
H A Dti_board_config.py16 from shutil import copyfileobj
/u-boot/tools/dtoc/
H A Dtest_src_scan.py12 import shutil namespace
140 shutil.rmtree(indir)

Completed in 236 milliseconds

12