Home
last modified time | relevance | path

Searched refs:open (Results 1 – 15 of 15) sorted by relevance

/scripts/
A Dstyle.py38 with open(fname, encoding='utf-8') as inf:
145 with open(srcfile, 'w', encoding='utf-8') as out:
150 with open(fname, encoding='utf-8') as inf:
154 with open(fname, 'w', encoding='utf-8') as out:
A Dgen_compile_commands.py141 with open(modorder) as f:
149 with open(mod) as m:
214 with open(cmdfile, 'rt') as f:
225 with open(output, 'wt') as f:
A Dspdxcheck.py47 for l in open(el.path, encoding="utf-8").readlines():
216 with open(el.path, 'rb') as fd:
269 parser.parse_lines(open(p, 'rb'), args.maxlines, p)
A Dmailmapper136 infile = open(map_file)
A Dcheckpatch.pl1843 my ($linenr, $remain, $outer, $open, $close, $off) = @_;
1878 } elsif ($c eq $open) {
/scripts/dtc/pylibfdt/
A Dsetup.py36 with open(os.path.join(srcdir, "../README"), "r") as fh:
68 with open(fname) as fd:
A Dlibfdt.i_shipped487 fdt = Fdt(open("filename.dtb").read())
/scripts/kconfig/tests/
A Dconftest.py90 with open(os.path.join(temp_dir, out_file)) as f:
226 with open(os.path.join(self._test_dir, expected)) as f:
/scripts/dtc/
A Dutil.c250 fd = open(filename, O_RDONLY); in utilfdt_read_err_len()
317 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666); in utilfdt_write_err()
A DREADME23 >>> fdt = libfdt.Fdt(open('test_tree1.dtb', mode='rb').read())
/scripts/kconfig/
A Dzconf.l398 fprintf(stderr, "%s:%d: can't open file \"%s\"\n",
A Dqconf.h100 void setAllOpen(bool open);
A Dconfdata.c986 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config()
999 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config()
A Dqconf.cc981 void ConfigList::setAllOpen(bool open) in setAllOpen() argument
986 (*it)->setExpanded(open); in setAllOpen()
/scripts/basic/
A Dfixdep.c289 fd = open(filename, O_RDONLY); in read_file()

Completed in 61 milliseconds