Home
last modified time | relevance | path

Searched refs:template_path (Results 1 – 2 of 2) sorted by relevance

/build/ohos/testfwk/
Dtest_js_file_copy.py28 def copy_file(suite_path, template_path, target_path): argument
31 template_path = os.path.join(template_path, "src")
39 shutil.copytree(template_path, os.path.join(target_path, "src"))
80 copy_file(args.suite_path, args.template_path, args.target_path)
/build/
Dtest.gni484 "--template_path",