Home
last modified time | relevance | path

Searched refs:checkfile (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass978 checkfile = os.path.join(tmpdir, "saved_tmpdir")
979 if os.path.exists(checkfile):
980 with open(checkfile, "r") as f:
993 with open(checkfile, "w") as f:
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl4896 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`;
/openbmc/linux/scripts/
H A Dcheckpatch.pl5898 my $checkfile = "include/linux/$file";
5899 if (-f "$root/$checkfile" &&
5900 $realfile ne $checkfile &&
5903 my $asminclude = `grep -Ec "#include\\s+<asm/$file>" $root/$checkfile`;
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py725 def check_line(checkfile, expected, message, present=True): argument
727 with open(checkfile, 'r') as f: