Lines Matching full:path

40     raise ValueError('Illegal xts project path ' + project_path)
49 raise ValueError('Illegal xts project path ' + project_path)
57 return os.path.join(xts_root, resource_reldir)
79 ohos_dir = os.path.join(self.args.source_dir, 'plugins', 'ohos')
80 devicetest_dir = os.path.join(self.args.source_dir, 'plugins', 'devicetest')
81 gen_dir0 = os.path.join(self.args.source_dir, 'dist')
82 gen_dir1 = os.path.join(ohos_dir, 'dist')
83 gen_dir2 = os.path.join(devicetest_dir, 'dist')
98 [os.path.join(self.args.source_dir, "run.bat"),
99 os.path.join(self.args.source_dir, "run.sh")])
101 dist_tools_dir = os.path.join(self.args.suite_out_dir, 'tools')
112 acts_validator_dir = os.path.join(self.args.suite_out_dir, '../acts-validator')
113 acts_validator_tools_dir = os.path.join(self.args.suite_out_dir, '../acts-validator/tools')
123 dist_configs_dir = os.path.join(self.args.suite_out_dir, 'config')
127 acts_validator_config_dir = os.path.join(self.args.suite_out_dir, '../acts-validator/config')
131 dist_resources_dir = os.path.join(self.args.suite_out_dir,
155 if not os.path.isdir(suite_path):
162 archive_name = os.path.basename(suite_path)
164 if not os.path.isdir(archive_root_path):
170 shutil.make_archive(os.path.join(archive_root_path, archive_name),
205 _testcases_dir = os.path.dirname(args.archive_testfile)
206 _testsuite_name = os.path.basename(args.archive_testfile)\
208 _testcase_xml = os.path.join(_testcases_dir, _testsuite_name + ".xml")
209 _config_file = os.path.join(_testcases_dir,
211 _json_file = os.path.join(_testcases_dir, _testsuite_name + ".json")
216 dest_file = os.path.join(
223 _testsuite_name, os.path.join(
239 if _test_xml and os.path.exists(_test_xml):
242 os.path.exists(_test_xml.replace(".xml", ".json")):
257 module_info_list_file = os.path.join(testcases_dir, 'module_info.list')
259 if os.path.isfile(module_info_list_file):
282 module_info_file = os.path.join(testcases_dir, module_name+'.moduleInfo')
284 if os.path.exists(module_info_file):
304 if not os.path.exists(tmpl_file):
306 "Test.tmpl in the path %s " %
307 os.path.dirname(test_xml))
314 if not os.path.exists(os.path.dirname(target)):
315 os.makedirs(os.path.dirname(target))
316 if not os.path.exists(target) or (
317 os.path.exists(target) and
324 if not os.path.exists(source_file):
333 if os.path.exists(xml_file):
346 os.path.join(root_dir, "../", value),
347 os.path.join(resource_dir, value))
370 os.path.join(root_dir, "../", value),
371 os.path.join(resource_dir, value))
381 os.path.join(cases_dir,
382 os.path.basename(file)))
385 if not os.path.exists(file_path):