Searched defs:h_file (Results 1 - 3 of 3) sorted by relevance

/external/qemu/scripts/
H A Dqapi-visit.py396 h_file = 'qapi-visit.h' variable
419 h_file = output_dir + prefix + h_file variable
435 fdecl = maybe_open(do_h, h_file, 'w')
456 header=basename(h_file)))
481 prefix=prefix, guard=guardname(h_file)))
H A Dqapi-commands.py403 h_file = 'qmp-commands.h' variable
428 h_file = output_dir + prefix + h_file variable
448 fdecl = maybe_open(do_h, h_file, 'w')
450 ret = gen_command_decl_prologue(header=basename(h_file), guard=guardname(h_file), prefix=prefix)
H A Dqapi-types.py295 h_file = 'qapi-types.h' variable
318 h_file = output_dir + prefix + h_file variable
334 fdecl = maybe_open(do_h, h_file, 'w')
382 guard=guardname(h_file)))

Completed in 297 milliseconds