Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1224 fetch = Fetch([], d, cache = False, localonly = True)
1259 def __init__(self, url, d, localonly = False): argument
1311 if localonly and not isinstance(self.method, local.Local):
1660 def __init__(self, urls, d, cache = True, localonly = False, connection_cache = None): argument
1661 if localonly and cache:
1682 self.ud[url] = FetchData(url, d, localonly)
1684 if localonly: