Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dacts_lib.py34 target_zip_file): argument
52 build_info['build_id'], job_repo_url, target_zip_file)
56 devserver, target_zip_file): argument
78 test_station.download_file(download_ulr, target_zip_file)
80 return ActsPackage(test_station, target_zip_file)
83 def create_acts_package_from_zip(test_station, zip_location, target_zip_file): argument
99 test_station.send_file(zip_location, target_zip_file)
101 return ActsPackage(test_station, target_zip_file)