Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/android_ACTS/
Dandroid_ACTS.py31 def fetch_file(self, input_path, sub_dir_name): member in android_ACTS
70 self.fetch_file(config_file, TEST_CONFIG_FILE_FOLDER)
73 self.fetch_file(test_file, TEST_CAMPAIGN_FILE_FOLDER)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dfetch_file41 from boto.utils import fetch_file
42 f = fetch_file(args[0])
Dlaunch_instance58 base_config = boto.utils.fetch_file(file_url)
95 script_raw = boto.utils.fetch_file(scr_url)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dbootstrap.py100 from boto.utils import fetch_file
101 f = fetch_file(s3_file)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dutils.py502 def fetch_file(uri, file=None, username=None, password=None): function