Searched refs:code_path (Results 1 – 2 of 2) sorted by relevance
43 def get_system_or_vendor(code_path): argument44 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): argument63 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)
63 code_path = os.path.join(66 if os.path.exists(code_path):67 shutil.rmtree(code_path)68 shutil.copytree(coverage_path, code_path)