Home
last modified time | relevance | path

Searched refs:include_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/Documentation/sphinx/
H A Dkernel_include.py105 include_file = io.FileInput(source_path=path,
120 lines = include_file.readlines()
123 rawtext = include_file.read()
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer977 def include_file(file): function
1011 if not include_file(file) or exclude_file(file):
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl819 open(my $include_file, '<', "$file")
821 my $text = <$include_file>;
822 close($include_file);