Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dutil.c252 static int copyfile_mode_ns(const char *from, const char *to, mode_t mode, in copyfile_mode_ns() function
312 return copyfile_mode_ns(from, to, 0755, nsi); in copyfile_ns()
317 return copyfile_mode_ns(from, to, mode, NULL); in copyfile_mode()