Searched refs:from_filename (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/tools/perf/util/ |
| D | symbol-elf.c | 1847 char from_filename[PATH_MAX]; in kcore_copy__copy_file() local 1850 scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name); in kcore_copy__copy_file() 1853 return copyfile_mode(from_filename, to_filename, 0400); in kcore_copy__copy_file() 1903 static int kcore_copy__compare_files(const char *from_filename, in kcore_copy__compare_files() argument 1908 from = open(from_filename, O_RDONLY); in kcore_copy__compare_files() 1927 char from_filename[PATH_MAX]; in kcore_copy__compare_file() local 1930 scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name); in kcore_copy__compare_file() 1933 return kcore_copy__compare_files(from_filename, to_filename); in kcore_copy__compare_file()
|
| /Linux-v5.10/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))) { 2329 if ($from_filename) {
|