Lines Matching full:path
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,
113 if _test_xml and os.path.exists(_test_xml):
128 module_info_dir = os.path.dirname(suite_out_dir)
129 module_info_list_file = os.path.join(module_info_dir,
132 if os.path.exists(module_info_list_file):
148 if not os.path.exists(tmpl_file):
151 "path %s " % os.path.dirname(
160 if not os.path.exists(file_path):
181 ohos_dir = os.path.join(self.args.project_dir, 'plugins', 'ohos')
183 factory_script = os.path.join(self.args.project_dir, "factory.sh")
184 if os.path.exists(factory_script):
194 dist_dir = os.path.join(self.args.project_dir, 'dist')
195 ohos_dist_dir = os.path.join(ohos_dir, 'dist')
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")
207 root_dir = os.path.dirname(tool_dir)
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"))
236 if not os.path.isdir(suite_path):
239 archive_name = os.path.basename(suite_path)
240 suite_root_path = os.path.dirname(suite_path)