Home | History | Annotate | Download | only in system

Lines Matching refs:def

69     def __init__(self, append_to_search_path=False, make_package=True,
102 def _log_transfer(self, message, source, target, log_method=None):
111 def _create_directory(self, path, name=None):
121 def _write_file(self, path, text, encoding):
132 def _set_up_target_dir(self, target_dir, append_to_search_path,
160 def _create_scratch_directory_inner(self, prefix):
179 def _create_scratch_directory(self, target_name):
202 def _url_downloaded_path(self, target_name):
208 def _is_downloaded(self, target_name, url):
225 def _record_url_downloaded(self, target_name, url):
234 def _extract_targz(self, path, scratch_dir):
266 def _extract_all(self, zip_file, target_dir):
301 def _unzip(self, path, scratch_dir):
324 def _prepare_package(self, path, scratch_dir):
348 def _download_to_stream(self, url, stream):
378 def _download(self, url, scratch_dir):
394 def _install(self, scratch_dir, package_name, target_path, url,
426 def install(self, url, should_refresh=False, target_name=None,