Home
last modified time | relevance | path

Searched refs:gen_path (Results 1 – 8 of 8) sorted by relevance

/btstack/tool/
H A Djava_binding.py137 gen_path = 'gen/' + package.replace('.', '/') variable
245 global gen_path
246 parser.assert_dir(gen_path)
248 outfile = '%s/BTstack.java' % gen_path
267 global gen_path
294 gen_event_path = '%s/event' % gen_path
337 global gen_path
338 gen_path_events = gen_path + '/event'
349 global gen_path
354 outfile = '%s/EventFactory.java' % gen_path
H A Dpython_generator.py129 gen_path = 'gen/' + package.replace('.', '/') variable
223 global gen_path
224 parser.assert_dir(gen_path)
226 outfile = '%s/command_builder.py' % gen_path
243 global gen_path
312 global gen_path
313 gen_path_events = gen_path + '/event'
324 global gen_path
328 outfile = '%s/event_factory.py' % gen_path
355 gen_path = btstack_root + '/platform/daemon/binding/python/btstack/' variable
H A Dbluetooth_data_types.py83 gen_path = btstack_root + '/src/bluetooth_data_types.h' variable
87 with open(gen_path, 'wt') as fout:
94 print('Scraping successful into %s!\n' % gen_path)
H A Dbluetooth_psm.py87 gen_path = btstack_root + '/src/bluetooth_psm.h' variable
91 with open(gen_path, 'wt') as fout:
H A Dbluetooth_gatt.py63 gen_path = btstack_root + '/src/bluetooth_gatt.h' variable
67 with open(gen_path, 'wt') as fout:
H A Dbtstack_event_generator.py414 global gen_path
420 with open(gen_path, 'wt') as fout:
491 gen_path = btstack_root + '/src/btstack_event.h' variable
H A Dbluetooth_sdp.py174 gen_path = btstack_root + '/src/bluetooth_sdp.h' variable
178 with open(gen_path, 'wt') as fout:
H A Dcompile_gatt.py1084 gen_path = getFile( 'bluetooth_gatt.h' ) variable
1085 bluetooth_gatt = read_defines(gen_path)