Searched refs:from_filename (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dsymbol-elf.c2446 char from_filename[PATH_MAX]; local
2449 scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name);
2452 return copyfile_mode(from_filename, to_filename, 0400);
2502 static int kcore_copy__compare_files(const char *from_filename, argument
2507 from = open(from_filename, O_RDONLY);
2526 char from_filename[PATH_MAX]; local
2529 scnprintf(from_filename, PATH_MAX, "%s/%s", from_dir, name);
2532 return kcore_copy__compare_files(from_filename, to_filename);
/linux-master/scripts/
H A Dget_maintainer.pl64 my $from_filename = 0;
280 'f|file' => \$from_filename,
548 if ($from_filename && (vcs_exists() && !vcs_file_exists($file))) {
551 if ($from_filename || ($file ne "&STDIN" && vcs_file_exists($file))) {
2336 if ($from_filename) {

Completed in 171 milliseconds