Lines Matching refs:join
167 self.backing_process_log_path = os.path.join(self.log_path_base,
169 if "--btsnoop=" not in " ".join(cmd):
170 … cmd.append("--btsnoop=%s" % os.path.join(self.log_path_base, '%s_btsnoop_hci.log' % self.label))
196 logging.debug("Running %s" % " ".join(self.cmd))
204 …erts.assert_true(self.backing_process, msg="Cannot start backing_process at " + " ".join(self.cmd))
207 msg="backing_process stopped immediately after running " + " ".join(self.cmd))
351 cwd=os.path.join(get_gd_root()))
363 cwd=os.path.join(get_gd_root()))
407 …self.push_or_die(os.path.join(get_gd_root(), "target", "bluetooth_stack_with_facade"), "system/bin…
408 … self.push_or_die(os.path.join(get_gd_root(), "target", "libbluetooth_gd.so"), "system/lib64")
409 … self.push_or_die(os.path.join(get_gd_root(), "target", "libgrpc++_unsecure.so"), "system/lib64")
414 self.logcat_output_path = os.path.join(
417 logging.debug("Running %s", " ".join(self.logcat_cmd))
420 …asserts.assert_true(self.logcat_process, msg="Cannot start logcat_process at " + " ".join(self.log…
423 msg="logcat_process stopped immediately after running " + " ".join(self.logcat_cmd))
454 … self.adb.pull("/data/misc/bluetooth/logs/btsnoop_hci.log %s" % os.path.join(self.log_path_base,