Searched refs:copyfile_mode (Results 1 – 3 of 3) sorted by relevance
138 int copyfile_mode(const char *from, const char *to, mode_t mode) in copyfile_mode() function145 return copyfile_mode(from, to, 0755); in copyfile()
12 int copyfile_mode(const char *from, const char *to, mode_t mode);
2003 return copyfile_mode(from_filename, to_filename, 0400); in kcore_copy__copy_file()