Searched refs:log_path_base (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/gd/cert/ |
H A 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,
|
H A 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.pull_logs(self.log_path_base)
|
H A D | gd_base_test_lib.py | 37 def setup_class_core(dut_module, cert_module, verbose_mode, log_path_base, controller_configs): argument 58 rootcanal_logpath = os.path.join(log_path_base, 'rootcanal_logs.txt')
|
H A D | gd_sl4a_base_test.py | 41 self.log_path_base = get_current_context().get_full_output_path()
|