Searched refs:open (Results 1 – 25 of 32) sorted by relevance
12
| /scripts/coccinelle/api/ |
| D | simple_open.cocci | 2 /// Remove an open coded simple_open() function 13 @ open depends on patch @ 28 @ has_open depends on open @ 30 identifier open.open_f; 34 -.open = open_f, 35 +.open = simple_open, 62 .open = open_f@p,
|
| D | stream_open.cocci | 198 // XXX .open = nonseekable_open -> .open = stream_open 199 // XXX .open = func -> openfunc -> nonseekable_open 211 .open = openfunc, 279 .open = openfunc, 327 .open = openfunc,
|
| /scripts/ |
| D | make_fit.py | 178 with open(comp_fname.name, 'wb') as outf: 189 with open(comp_fname.name, 'rb') as compf: 210 with open(fname, 'rb') as inf: 228 with open(fname, 'rb') as inf: 238 with open(cmd_fname, 'r', encoding='ascii') as inf: 272 with open(args.kernel, 'rb') as inf: 306 with open(args.output, 'wb') as outf: 315 with open(args.output, 'rb') as inf:
|
| D | jobserver-exec | 35 reader = os.open(path, os.O_RDONLY | os.O_NONBLOCK) 36 writer = os.open(path, os.O_WRONLY) 41 reader = os.open("/proc/self/fd/%d" % (reader),
|
| D | diffconfig | 97 a = readconfig(open(configa_filename)) 98 b = readconfig(open(configb_filename)) 138 devnull = os.open(os.devnull, os.O_WRONLY)
|
| D | generate_rust_analyzer.py | 24 with open(objtree / "include" / "generated" / "rustc_cfg") as fd: 126 return f"{target}.o" in open(build_file).read()
|
| D | show_delta | 95 lines = open(filein,"r").readlines()
|
| D | spdxcheck.py | 63 for l in open(el.path, encoding="utf-8").readlines(): 300 with open(el.path, 'rb') as fd: 312 with open(fname) as fd: 384 parser.parse_lines(open(p, 'rb'), args.maxlines, p)
|
| D | checkkconfigsymbols.py | 393 with open(sfile, "r", encoding='utf-8', errors='replace') as stream: 441 with open(kfile, "r", encoding='utf-8', errors='replace') as stream: 476 devnull = os.open(os.devnull, os.O_WRONLY)
|
| D | macro_checker.py | 78 with open(file_path, "r") as f:
|
| D | rustdoc_test_gen.rs | 156 File::open(path).unwrap().read_to_string(&mut body).unwrap(); in main()
|
| D | insert-sys-cert.c | 207 fd = open(file_name, O_RDWR); in map_file() 234 fd = open(file_name, O_RDONLY); in read_file()
|
| D | recordmcount.c | 186 fd_map = open(fname, O_RDONLY); in mmap_file() 344 fd_map = open(tmp_file, O_WRONLY | O_TRUNC | O_CREAT, sb.st_mode); in write_file()
|
| D | rust_is_available_test.py | 31 with open(path, "w") as file_: 97 with open(cls.nonexecutable, "w") as file_:
|
| /scripts/clang-tools/ |
| D | gen_compile_commands.py | 139 with open(modorder) as f: 147 with open(mod) as m: 212 with open(cmdfile, 'rt') as f: 223 with open(output, 'wt') as f:
|
| D | run-clang-tools.py | 88 with open(args.path, "r") as f: 94 devnull = os.open(os.devnull, os.O_WRONLY)
|
| /scripts/dtc/ |
| D | dt-extract-compatibles | 59 with open(file, 'r', encoding='utf-8') as f: 80 with open(file, 'r', encoding='utf-8') as f:
|
| D | util.c | 255 fd = open(filename, O_RDONLY); in utilfdt_read_err() 311 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666); in utilfdt_write_err()
|
| /scripts/gdb/linux/ |
| D | config.py | 38 with open(filename, 'wb') as f:
|
| D | proc.py | 267 f = open(filename, 'wb')
|
| /scripts/kconfig/tests/ |
| D | conftest.py | 94 with open(os.path.join(temp_dir, out_file)) as f: 234 with open(os.path.join(self._test_dir, expected)) as f:
|
| /scripts/gendwarfksyms/ |
| D | gendwarfksyms.c | 154 fd = open(argv[n], O_RDONLY); in main()
|
| /scripts/kconfig/ |
| D | confdata.c | 54 fd1 = open(file1, O_RDONLY); in is_same() 58 fd2 = open(file2, O_RDONLY); in is_same() 145 fd = open(depfile_path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_touch_dep()
|
| D | qconf.h | 91 void setAllOpen(bool open);
|
| /scripts/basic/ |
| D | fixdep.c | 219 fd = open(filename, O_RDONLY); in read_file()
|
12