Home
last modified time | relevance | path

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

/test/vts/utils/python/build/api/
Dartifact_fetcher.py100 dest_filepath, argument
117 attempt_id=attempt_id, dest_filepath=dest_filepath)
125 dest_filepath=None): argument
150 if dest_filepath:
151 fh = io.FileIO(dest_filepath, mode='wb')
162 if not dest_filepath:
/test/framework/harnesses/host_controller/build/
Dbuild_provider_ab.py87 dest_filepath = os.path.join(self.tmp_dirpath, artifact_name)
90 dest_filepath=dest_filepath)
92 self.SetFetchedFile(dest_filepath, full_device_images)