Searched defs:out_file (Results 1 – 5 of 5) sorted by relevance
27 let out_file = File::create(out_dir.join("l2cap_packets.rs")).unwrap(); in generate_packets() localVariable46 let out_file = File::create(out_dir.join("hci_packets.rs")).unwrap(); in generate_packets() localVariable
231 def DumpHtml(spec_file, out_file): argument255 spec_file, out_file = ParseCmdLine() variable
157 out_file = args.out if args.out else args.device_out variable
58 let out_file = in generate_module() localVariable
72 std::ofstream out_file; in generate_cpp_headers_one_file() local