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

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

Completed in 110 milliseconds