Searched refs:open (Results 1 – 15 of 15) sorted by relevance
| /scripts/ |
| A D | style.py | 38 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 D | gen_compile_commands.py | 141 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 D | spdxcheck.py | 47 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 D | mailmapper | 136 infile = open(map_file)
|
| A D | checkpatch.pl | 1843 my ($linenr, $remain, $outer, $open, $close, $off) = @_; 1878 } elsif ($c eq $open) {
|
| /scripts/dtc/pylibfdt/ |
| A D | setup.py | 36 with open(os.path.join(srcdir, "../README"), "r") as fh: 68 with open(fname) as fd:
|
| A D | libfdt.i_shipped | 487 fdt = Fdt(open("filename.dtb").read())
|
| /scripts/kconfig/tests/ |
| A D | conftest.py | 90 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 D | util.c | 250 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 D | README | 23 >>> fdt = libfdt.Fdt(open('test_tree1.dtb', mode='rb').read())
|
| /scripts/kconfig/ |
| A D | zconf.l | 398 fprintf(stderr, "%s:%d: can't open file \"%s\"\n",
|
| A D | qconf.h | 100 void setAllOpen(bool open);
|
| A D | confdata.c | 986 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 D | qconf.cc | 981 void ConfigList::setAllOpen(bool open) in setAllOpen() argument 986 (*it)->setExpanded(open); in setAllOpen()
|
| /scripts/basic/ |
| A D | fixdep.c | 289 fd = open(filename, O_RDONLY); in read_file()
|
Completed in 61 milliseconds