Searched refs:checkfile (Results 1 – 3 of 3) sorted by relevance
992 checkfile = os.path.join(tmpdir, "saved_tmpdir")993 if os.path.exists(checkfile):994 with open(checkfile, "r") as f:1007 with open(checkfile, "w") as f:
4896 my $checkfile = "include/linux/$file";4897 if (-f "$root/$checkfile" &&4898 $realfile ne $checkfile &&4901 my $asminclude = `grep -Ec "#include\\s+<asm/$file>" $root/$checkfile`;
725 def check_line(checkfile, expected, message, present=True): argument727 with open(checkfile, 'r') as f: