Searched refs:maybe_open (Results 1 - 3 of 3) sorted by relevance

/external/qemu/scripts/
H A Dqapi-commands.py430 def maybe_open(really, name, opt): function
448 fdecl = maybe_open(do_h, h_file, 'w')
449 fdef = maybe_open(do_c, c_file, 'w')
H A Dqapi-types.py326 def maybe_open(really, name, opt): function
333 fdef = maybe_open(do_c, c_file, 'w')
334 fdecl = maybe_open(do_h, h_file, 'w')
H A Dqapi-visit.py427 def maybe_open(really, name, opt): function
434 fdef = maybe_open(do_c, c_file, 'w')
435 fdecl = maybe_open(do_h, h_file, 'w')

Completed in 100 milliseconds