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