Home
last modified time | relevance | path

Searched refs:GD_DIR (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/cert/
Dbluetooth_packets_python3_setup.py33 GD_DIR = os.path.join(ANDROID_BUILD_TOP, "packages/modules/Bluetooth/system/gd") variable
40 os.path.join(GD_DIR, "l2cap/fcs.cc"),
41 os.path.join(GD_DIR, "packet/bit_inserter.cc"),
42 os.path.join(GD_DIR, "packet/byte_inserter.cc"),
43 os.path.join(GD_DIR, "packet/byte_observer.cc"),
44 os.path.join(GD_DIR, "packet/iterator.cc"),
45 os.path.join(GD_DIR, "packet/fragmenting_inserter.cc"),
46 os.path.join(GD_DIR, "packet/packet_view.cc"),
47 os.path.join(GD_DIR, "packet/raw_builder.cc"),
48 os.path.join(GD_DIR, "packet/view.cc"),
[all …]
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dgd_base_test.py82 GD_DIR = os.path.join(os.getcwd(), os.pardir)
83 self.controller_properties_file = os.path.join(GD_DIR, path)