Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcopyfile.c73 static int copyfile_mode_ns(const char *from, const char *to, mode_t mode, in copyfile_mode_ns() function
135 return copyfile_mode_ns(from, to, 0755, nsi); in copyfile_ns()
140 return copyfile_mode_ns(from, to, mode, NULL); in copyfile_mode()