Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 3 of 3) sorted by relevance

/tools/ndkports/
DREADME.md16 where to fetch the source, apply any patches needed, build, install, and package
20 Projects define the name and version of the port, the URL to fetch source from,
/tools/external_updater/
Dgit_updater.py50 git_utils.fetch(self._proj_path,
Dgit_utils.py30 def fetch(proj_path: Path, remote_names: List[str]) -> None: function