Home
last modified time | relevance | path

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

/test/testfwk/developer_test/local_coverage/automate_execute/
Dbuild_part.py43 def get_system_or_vendor(code_path): argument
44 repo_config_path = os.path.join(code_path, ".repo/manifests.git/.repo_config.json")
61 def get_bundle_json(part_str, developer_path, code_path): argument
63 system_or_vendor = get_system_or_vendor(code_path)
77 …bundle_json_path = os.path.join(code_path, part_json.get(part_str, {}).get("path", [""])[0], "bund…
81 os.chdir(code_path)
/test/testfwk/developer_test/local_coverage/
Dcoverage_tools.py63 code_path = os.path.join(
66 if os.path.exists(code_path):
67 shutil.rmtree(code_path)
68 shutil.copytree(coverage_path, code_path)