Searched refs:from_filename (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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) {
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | get_maintainer.pl | 58 my $from_filename = 0; 251 'f|file' => \$from_filename, 478 if ($from_filename || ($file ne "&STDIN" && vcs_file_exists($file))) { 2107 if ($from_filename) {
|