Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/
H A Dxf86-video-mga_2.0.0.bb9 SRC_URI += "file://checkfile.patch"
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsanity.bbclass915 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:
/OK3568_Linux_fs/u-boot/scripts/
H A Dcheckpatch.pl4801 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`;
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckpatch.pl5337 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`;
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py613 def check_line(checkfile, expected, message, present=True): argument
615 with open(checkfile, 'r') as f: