Lines Matching full:join
37 sys.xdevice_dir = os.path.abspath(os.path.join(
41 sys.xdevice_dir = os.path.abspath(os.path.join(
47 sys.adapter_dir = os.path.abspath(os.path.join(
92 if not os.path.exists(os.path.join(result_save_path, file_name)):
208 final_file = os.path.join(file_dir, file_name.split('.')[0] + ".desc")
226 device.push_file(os.path.join(self.suite_dir, "agent.desc"),
228 device.push_file(os.path.join(resource_dir, target_name),
231 suite_path = os.path.join(self.suite_dir, target_name)
243 device.push_file(os.path.join(self.suite_dir, "major.desc"),
245 device.push_file(os.path.join(resource_dir, target_name),
248 suite_path = os.path.join(self.suite_dir, target_name)
272 config_agent_file = os.path.join(self.suite_dir, "agent.desc")
291 config_agent_file = os.path.join(self.suite_dir, "agent.desc")
312 config_major_file = os.path.join(self.suite_dir, "major.desc")
327 config_major_file = os.path.join(self.suite_dir, "major.desc")