Searched refs:checkfile (Results 1 – 5 of 5) sorted by relevance
9 SRC_URI += "file://checkfile.patch"
915 checkfile = os.path.join(tmpdir, "saved_tmpdir")916 if os.path.exists(checkfile):917 with open(checkfile, "r") as f:930 with open(checkfile, "w") as f:
4801 my $checkfile = "include/linux/$file";4802 if (-f "$root/$checkfile" &&4803 $realfile ne $checkfile &&4806 my $asminclude = `grep -Ec "#include\\s+<asm/$file>" $root/$checkfile`;
5337 my $checkfile = "include/linux/$file";5338 if (-f "$root/$checkfile" &&5339 $realfile ne $checkfile &&5342 my $asminclude = `grep -Ec "#include\\s+<asm/$file>" $root/$checkfile`;
613 def check_line(checkfile, expected, message, present=True): argument615 with open(checkfile, 'r') as f: