Home
last modified time | relevance | path

Searched refs:out_file (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/scripts/
Dmake_bugs_pickle.py49 if args.out_file is None:
52 return open(args.out_file, 'wb')
58 with open_out_file(args) as out_file:
59 pickle.dump(open_bugs, out_file)
Dsnippets.py99 def __init__(self, snippets: Snippets, out_file): argument
101 self.out_file = out_file
181 kwargs['file'] = self.out_file
/Zephyr-latest/doc/_extensions/zephyr/
Dhtml_redirects.py85 out_file = app.builder.get_outfilename(old_url)
87 out_dir = os.path.dirname(out_file)
93 if not os.path.exists(out_file):
94 with open(out_file, "w") as rp:
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/
Dboard.cmake22 -C bp.pl011_uart0.out_file=-
26 -C bp.pl011_uart1.out_file=-
30 -C bp.pl011_uart2.out_file=-
34 -C bp.pl011_uart3.out_file=-
56 -C bp.pl011_uart0.out_file=-
60 -C bp.pl011_uart1.out_file=-
64 -C bp.pl011_uart2.out_file=-
68 -C bp.pl011_uart3.out_file=-
/Zephyr-latest/scripts/build/
Dsubfolder_list.py72 def gen_out_file(out_file, dirs): argument
80 if os.path.exists(out_file):
81 with open(out_file, 'r', encoding="utf-8") as out_file_fo:
87 with open(out_file, 'w', encoding="utf-8") as out_file_fo:
112 gen_out_file(args.out_file, dirs)
Dgen_image_info.py52 with open(filename, 'w') as out_file:
53 out_file.write('\n'.join(content))
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/
Dboard.cmake12 -C bp.pl011_uart0.out_file=-
16 -C bp.pl011_uart1.out_file=-
20 -C bp.pl011_uart2.out_file=-
24 -C bp.pl011_uart3.out_file=-
/Zephyr-latest/scripts/dts/
Dgen_edt.py90 def write_pickled_edt(edt: edtlib.EDT, out_file: str) -> None:
93 with open(out_file, 'wb') as f:
/Zephyr-latest/soc/mediatek/mt8xxx/
Dgen_img.py26 out_file = sys.argv[2] variable
92 with open(out_file, "wb") as of:
/Zephyr-latest/boards/arm/mps3/
Dboard.cmake58 -C mps3_board.uart0.out_file=-
60 -C mps3_board.uart1.out_file=-
62 -C mps3_board.uart2.out_file=-
/Zephyr-latest/tests/subsys/fs/littlefs/src/
Dtest_lfs_perf.c92 goto out_file; in write_read()
131 goto out_file; in write_read()
148 out_file: in write_read()