Lines Matching full:join
79 _out_file = os.path.join(_suite_out_file,
103 _config_file = os.path.join(_suite_out_file,
106 _config_file = os.path.join(_out_file,
129 module_info_list_file = os.path.join(module_info_dir,
181 ohos_dir = os.path.join(self.args.project_dir, 'plugins', 'ohos')
183 factory_script = os.path.join(self.args.project_dir, "factory.sh")
194 dist_dir = os.path.join(self.args.project_dir, 'dist')
195 ohos_dist_dir = os.path.join(ohos_dir, 'dist')
196 run_scripts = ",".join(
197 [os.path.join(self.args.project_dir, "run.bat"),
198 os.path.join(self.args.project_dir, "run.sh")])
199 config_dir = os.path.join(self.args.project_dir, "config")
200 res_dir = os.path.join(self.args.project_dir, "resource")
210 to_dir = os.path.join(root_dir, "config")
213 utils.copy_file(os.path.join(root_dir, "resource"),
215 if not os.path.exists(os.path.join(
217 os.mkdir(os.path.join(root_dir, "resource", "tools"))