Home
last modified time | relevance | path

Searched refs:copyfile (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dcopyfile.h11 int copyfile(const char *from, const char *to);
H A Dcopyfile.c143 int copyfile(const char *from, const char *to) in copyfile() function
H A Dbuild-id.c17 #include "util/copyfile.h"
671 if (copyfile("/proc/kallsyms", filename)) in build_id_cache__add()
707 copyfile(debugfile, filename)) in build_id_cache__add()
H A DBuild17 perf-util-y += copyfile.o
/linux/scripts/kconfig/tests/
H A Dconftest.py70 shutil.copyfile(os.path.join(self._test_dir, dot_config),
/linux/tools/testing/kunit/
H A Dkunit_kernel.py177 shutil.copyfile(DEFAULT_KUNITCONFIG_PATH, path)