Searched refs:fetch_file (Results 1 – 5 of 5) sorted by relevance
31 def fetch_file(self, input_path, sub_dir_name): member in android_ACTS70 self.fetch_file(config_file, TEST_CONFIG_FILE_FOLDER)73 self.fetch_file(test_file, TEST_CAMPAIGN_FILE_FOLDER)
41 from boto.utils import fetch_file42 f = fetch_file(args[0])
58 base_config = boto.utils.fetch_file(file_url)95 script_raw = boto.utils.fetch_file(scr_url)
100 from boto.utils import fetch_file101 f = fetch_file(s3_file)
502 def fetch_file(uri, file=None, username=None, password=None): function