Home
last modified time | relevance | path

Searched defs:repository_url (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/tools/
Dcreate_base_image.go68 var repository_url string var
/aosp_15_r20/external/python/cpython3/Doc/
Dconf.py119 repository_url = os.getenv("READTHEDOCS_GIT_CLONE_URL") variable
/aosp_15_r20/external/autotest/client/common_lib/
H A Dpackages.py147 def __init__(self, package_manager, repository_url): argument