Searched refs:from_filename (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/tools/perf/util/ |
D | symbol-elf.c | 1997 char from_filename[PATH_MAX]; in kcore_copy__copy_file() local 2000 scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name); in kcore_copy__copy_file() 2003 return copyfile_mode(from_filename, to_filename, 0400); in kcore_copy__copy_file() 2053 static int kcore_copy__compare_files(const char *from_filename, in kcore_copy__compare_files() argument 2058 from = open(from_filename, O_RDONLY); in kcore_copy__compare_files() 2077 char from_filename[PATH_MAX]; in kcore_copy__compare_file() local 2080 scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name); in kcore_copy__compare_file() 2083 return kcore_copy__compare_files(from_filename, to_filename); in kcore_copy__compare_file()
|
/Linux-v6.1/scripts/ |
D | get_maintainer.pl | 62 my $from_filename = 0; 277 'f|file' => \$from_filename, 544 if ($from_filename && (vcs_exists() && !vcs_file_exists($file))) { 547 if ($from_filename || ($file ne "&STDIN" && vcs_file_exists($file))) { 2330 if ($from_filename) {
|