Searched refs:fetch_and_extract (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/toolchain-utils/pgo_tools/ |
H A D | generate_pgo_profile.py | 213 def fetch_and_extract(gs_url: str, into_dir: Path): function 231 fetch_and_extract( 238 fetch_and_extract(
|
/aosp_15_r20/prebuilts/sdk/ |
H A D | update_prebuilts.py | 31 from buildserver import fetch_and_extract, extract_artifact, \ 905 repo_dir = fetch_and_extract(target, build_id.url_id, repo_file, beyond_corp, None) 907 repo_dir = fetch_and_extract(target, None, None, beyond_corp, local_file) 949 repo_dir = fetch_and_extract(target, build_id.url_id, repo_file, beyond_corp) 1122 artifact_path = fetch_and_extract(target, build_id.url_id,
|
/aosp_15_r20/prebuilts/sdk/update_prebuilts/ |
H A D | update_prebuilts.py | 31 from buildserver import fetch_and_extract, extract_artifact, \ 905 repo_dir = fetch_and_extract(target, build_id.url_id, repo_file, beyond_corp, None) 907 repo_dir = fetch_and_extract(target, None, None, beyond_corp, local_file) 949 repo_dir = fetch_and_extract(target, build_id.url_id, repo_file, beyond_corp) 1122 artifact_path = fetch_and_extract(target, build_id.url_id,
|
H A D | buildserver.py | 60 def fetch_and_extract(target, build_id, file, beyond_corp, artifact_path=None): function
|