Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dcopyfile.c138 int copyfile_mode(const char *from, const char *to, mode_t mode) in copyfile_mode() function
145 return copyfile_mode(from, to, 0755); in copyfile()
Dcopyfile.h12 int copyfile_mode(const char *from, const char *to, mode_t mode);
Dbuild-id.c722 copyfile_mode(name, filename, f_stat.st_mode)) in build_id_cache__add()
Dsymbol-elf.c2379 return copyfile_mode(from_filename, to_filename, 0400); in kcore_copy__copy_file()