Searched refs:from_filename (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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) {
|
/openbmc/qemu/scripts/ |
H A D | get_maintainer.pl | 52 my $from_filename = 0; 201 'f|file' => \$from_filename, 388 if ($from_filename) { 1895 if ($from_filename) {
|
/openbmc/linux/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()
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | base.py | 75 … cls.patchset = unidiff.PatchSet.from_filename(PatchTestInput.repo.patch, encoding=u'UTF-8')
|
/openbmc/u-boot/scripts/ |
H A D | get_maintainer.pl | 58 my $from_filename = 0; 262 'f|file' => \$from_filename, 506 if ($from_filename || ($file ne "&STDIN" && vcs_file_exists($file))) { 2265 if ($from_filename) {
|