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

/linux-master/tools/testing/kunit/
H A Drun_checks.py13 import shutil namespace
43 if name in necessary_deps and shutil.which(necessary_deps[name]) is None:
H A Dkunit_kernel.py15 import shutil namespace
170 shutil.copyfile(DEFAULT_KUNITCONFIG_PATH, path)
H A Dkunit_tool_test.py12 import tempfile, shutil # Handling test_tmpdir namespace
36 shutil.rmtree(test_tmpdir)
/linux-master/tools/testing/selftests/turbostat/
H A Ddefcolumns.py5 from shutil import which
/linux-master/Documentation/
H A Dconf.py18 import shutil namespace
29 return shutil.which(cmd) is not None
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py28 import shutil namespace
120 if not shutil.which(cmd):
/linux-master/scripts/kconfig/tests/
H A Dconftest.py14 import shutil namespace
66 shutil.copyfile(os.path.join(self._test_dir, dot_config),
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py33 import shutil namespace
722 shutil.move(backfile, cronfile)
727 shutil.move(cronfile, backfile)
745 shutil.move(backfile, cronfile)
768 shutil.move(grubfile, tempfile)
810 shutil.move(tempfile, grubfile)
/linux-master/tools/perf/tests/
H A Dattr.py13 import shutil namespace
384 shutil.rmtree(tempdir)
/linux-master/tools/mm/
H A Dthpmaps19 import shutil
489 docs_width = shutil.get_terminal_size().columns
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py9 import shutil namespace
1226 shutil.copyfileobj(self._out, out_file)

Completed in 134 milliseconds