Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A 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()
H A Dcopyfile.h12 int copyfile_mode(const char *from, const char *to, mode_t mode);
H A Dbuild-id.c722 copyfile_mode(name, filename, f_stat.st_mode)) in build_id_cache__add()
H A Dsymbol-elf.c2379 return copyfile_mode(from_filename, to_filename, 0400); in kcore_copy__copy_file()