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

/external/qemu/scripts/
H A Dqapi-visit.py395 c_file = 'qapi-visit.c' variable
418 c_file = output_dir + prefix + c_file variable
434 fdef = maybe_open(do_c, c_file, 'w')
H A Dqapi-commands.py402 c_file = 'qmp-marshal.c' variable
427 c_file = output_dir + prefix + c_file variable
449 fdef = maybe_open(do_c, c_file, 'w')
H A Dqapi-types.py294 c_file = 'qapi-types.c' variable
317 c_file = output_dir + prefix + c_file variable
333 fdef = maybe_open(do_c, c_file, 'w')

Completed in 29 milliseconds