Lines Matching refs:log_path
337 log_path: A string that is the path where all logs collected on this
373 base_log_path = getattr(logging, "log_path", "/tmp/logs/")
374 self.log_path = os.path.join(base_log_path, "AndroidDevice%s" % serial)
720 utils.create_dir(self.log_path)
721 logcat_file_path = os.path.join(self.log_path, f_name)
752 br_path = os.path.join(self.log_path, "BugReports")
1092 vts_agent_log_path = os.path.join(self.log_path,