Home
last modified time | relevance | path

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

/external/clang/
Dupdate-prebuilts.py102 return download_file(host, build_number, filename, download_dir)
107 return download_file(host, build_number, filename, download_dir)
110 def download_file(host, build_number, pkg_name, download_dir): function
/external/freetype/tests/scripts/
Ddownload-test-fonts.py127 def download_file(url: str, expected_digest: Optional[bytes] = None): function
225 return download_file(file_url, hex_digest)
235 archive = zipfile.ZipFile(io.BytesIO(download_file(archive_url)))
/external/avb/tools/transparency/
Dpixel_factory_image_verify.py163 download_file = os.path.join(download_path, download_filename)
169 print('File %s already exists and cannot be deleted.' % download_file)
172 shutil.move(download_file, self.working_dir)
174 print('File %s cannot be moved to %s: %s' % (download_file,
/external/skia/tools/skp/
Dwebpages_playback.py212 self.gs.download_file(CREDENTIALS_GS_PATH, CREDENTIALS_FILE_PATH)
474 gs.download_file(wpr_source, LOCAL_REPLAY_WEBPAGES_ARCHIVE_DIR)
475 gs.download_file(page_set_source,
491 def download_file(self, name, local_path): member in DataStore
520 def download_file(self, name, local_path): member in GoogleStorageDataStore
540 def download_file(self, name, local_path): member in LocalFileSystemDataStore
/external/autotest/server/site_tests/provision_CheetsUpdate/
Dprovision_CheetsUpdate.py64 ds.download_file(zip_image, test_filepath, timeout=10)
100 ds.download_file(sepolicy_zip_url, sepolicy_zip_filepath, timeout=10)
123 ds.download_file(zip_url, zip_filepath, timeout=10)
/external/crosvm/prebuilts/src/
Dlib.rs78 pub fn download_file(url: &str, destination: &Path) -> Result<()> { in download_file() function
123 download_file(&url, Path::new(&dest_path.file))?; in download_prebuilt()
/external/armnn/python/pyarmnn/examples/image_classification/
Dexample_utils.py241 def download_file(url: str, force: bool = False, filename: str = None): function
301 archive = download_file(dl)
351 images = [download_file(image_url)]
/external/crosvm/e2e_tests/fixture/src/
Dvm.rs19 use prebuilts::download_file;
266 download_file(&kernel_prebuilt_url(), &kernel_path).unwrap(); in initialize_once()
274 download_file(&rootfs_prebuilt_url(), &rootfs_path).unwrap(); in initialize_once()
/external/autotest/client/common_lib/cros/
Dpower_load_util.py30 file_utils.download_file(url, named_file.name)
Darc_util.py168 file_utils.download_file(_ARCP_URL, pltp.name)
Ddev_server.py1076 def download_file(cls, remote_file, local_file, timeout=None): member in ImageServerBase
/external/crosvm/tools/impl/
Dtestvm.py19 from .common import CACHE_DIR, download_file
277 download_file(base_img_url(arch), base_img_path(arch))
Dcommon.py1154 def download_file(url: str, filename: Path, attempts: int = 3): function
/external/autotest/client/site_tests/power_VideoPlayback/
Dpower_VideoPlayback.py118 file_utils.download_file(url, local_path)
/external/autotest/server/hosts/
Dteststation_host.py139 def download_file(self, src_url, dest_file, unzip=False, unzip_dest=None): member in TestStationHost
Dcros_host.py973 ds.download_file(fwurl,
/external/autotest/client/site_tests/platform_LogoutPerf/
Dplatform_LogoutPerf.py86 file_utils.download_file(arc_util._ARCP_URL, cap.name)
/external/autotest/client/common_lib/
Dfile_utils.py123 def download_file(remote_path, local_path): function
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
Daudio_AudioQualityAfterSuspend.py57 file_utils.download_file(self.test_playback_file, tmpfile.name)
/external/autotest/site_utils/lxc/
Dlxc.py106 dev_server.ImageServerBase.download_file(
/external/curl/tests/http/testenv/
Dcurl.py216 def download_file(self, i: int) -> str: member in CurlClient
252 self._rmf(self.download_file(i))
/external/autotest/client/site_tests/network_CastTDLS/
Dnetwork_CastTDLS.py103 file_utils.download_file(extension_download_url, output_file)
/external/curl/tests/http/
Dtest_02_download.py291 dfile = curl.download_file(i)
/external/autotest/client/cros/
Dtouch_playback_test_base.py165 file_utils.download_file(url, local_file)