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