Searched refs:from_filename (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 1897 char from_filename[PATH_MAX]; in kcore_copy__copy_file() local 1900 scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name); in kcore_copy__copy_file() 1903 return copyfile_mode(from_filename, to_filename, 0400); in kcore_copy__copy_file() 1953 static int kcore_copy__compare_files(const char *from_filename, in kcore_copy__compare_files() argument 1958 from = open(from_filename, O_RDONLY); in kcore_copy__compare_files() 1977 char from_filename[PATH_MAX]; in kcore_copy__compare_file() local 1980 scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name); in kcore_copy__compare_file() 1983 return kcore_copy__compare_files(from_filename, to_filename); in kcore_copy__compare_file()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-elf.c | 2373 char from_filename[PATH_MAX]; in kcore_copy__copy_file() local 2376 scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name); in kcore_copy__copy_file() 2379 return copyfile_mode(from_filename, to_filename, 0400); in kcore_copy__copy_file() 2429 static int kcore_copy__compare_files(const char *from_filename, in kcore_copy__compare_files() argument 2434 from = open(from_filename, O_RDONLY); in kcore_copy__compare_files() 2453 char from_filename[PATH_MAX]; in kcore_copy__compare_file() local 2456 scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name); in kcore_copy__compare_file() 2459 return kcore_copy__compare_files(from_filename, to_filename); in kcore_copy__compare_file()
|
/kernel/linux/linux-5.10/scripts/ |
H A 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) {
|
/kernel/linux/linux-6.6/scripts/ |
H A 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) {
|
Completed in 11 milliseconds