Searched refs:log_path_base (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/cert/ |
D | gd_base_test.py | 51 self.log_path_base = get_current_context().get_full_output_path() 60 log_path_base=self.log_path_base,
|
D | gd_device.py | 166 self.log_path_base = get_current_context().get_full_output_path() 169 self.backing_process_log_path = os.path.join(self.log_path_base, 172 … cmd.append("--btsnoop=%s" % os.path.join(self.log_path_base, '%s_btsnoop_hci.log' % self.label)) 174 … cmd.append("--btsnooz=%s" % os.path.join(self.log_path_base, '%s_btsnooz_hci.log' % self.label)) 176 … cmd.append("--btconfig=%s" % os.path.join(self.log_path_base, '%s_bt_config.conf' % self.label)) 305 self.backing_process_profraw_path = pathlib.Path(self.log_path_base).joinpath( 450 …self.log_path_base, '%s_%s_%s_logcat_logs.txt' % (self.type_identifier, self.label, self.serial_nu… 489 … self.adb.pull("/data/misc/bluetooth/logs/btsnoop_hci.log %s" % os.path.join(self.log_path_base, 491 self.adb.pull("/data/misc/bluedroid/bt_config.conf %s" % os.path.join(self.log_path_base, 494 …"/data/misc/bluedroid/bt_config.bak %s" % os.path.join(self.log_path_base, "%s_bt_config.bak" % se…
|
D | gd_base_test_lib.py | 37 def setup_class_core(dut_module, cert_module, verbose_mode, log_path_base, controller_configs): argument 55 rootcanal_logpath = os.path.join(log_path_base, 'rootcanal_logs.txt')
|