Home
last modified time | relevance | path

Searched refs:log_path_base (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_base_test.py48 def _setup_class_core(verbose_mode, log_path_base, controller_configs): argument
67 rootcanal_logpath = os.path.join(log_path_base, 'rootcanal_logs.txt')
204 self.log_path_base = get_current_context().get_full_output_path()
210 log_path_base=self.log_path_base,
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dgd_device.py169 self.log_path_base = get_current_context().get_full_output_path()
172 self.backing_process_log_path = os.path.join(self.log_path_base,
175 … cmd.append("--btsnoop=%s" % os.path.join(self.log_path_base, '%s_btsnoop_hci.log' % self.label))
177 … cmd.append("--btsnooz=%s" % os.path.join(self.log_path_base, '%s_btsnooz_hci.log' % self.label))
179 … cmd.append("--btconfig=%s" % os.path.join(self.log_path_base, '%s_bt_config.conf' % self.label))
318 self.backing_process_profraw_path = pathlib.Path(self.log_path_base).joinpath(
559 …self.log_path_base, '%s_%s_%s_logcat_logs.txt' % (self.type_identifier, self.label, self.serial_nu…
598 self.pull_logs(self.log_path_base)
Dgd_base_test.py87 self.log_path_base = get_current_context().get_full_output_path()
165 self.rootcanal_logpath = os.path.join(self.log_path_base, 'rootcanal_logs.txt')
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/
Darduino_wifi_dongle.py134 log_path_base = getattr(logging, 'log_path', '/tmp/logs')
136 log_path_base, 'ArduinoWifiDongle_%s_serial_log.txt' % self.serial)
Dfuchsia_device.py263 log_path_base = getattr(logging, 'log_path', '/tmp/logs')
264 self.log_path = os.path.join(log_path_base,
Dandroid_device.py411 log_path_base = getattr(logging, 'log_path', '/tmp/logs')
413 self.log_path = os.path.join(log_path_base, self.log_dir)