Searched refs:GD_DIR (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/cert/ |
D | bluetooth_packets_python3_setup.py | 33 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/ |
D | gd_base_test.py | 82 GD_DIR = os.path.join(os.getcwd(), os.pardir) 83 self.controller_properties_file = os.path.join(GD_DIR, path)
|