Home
last modified time | relevance | path

Searched refs:dest_filepath (Results 1 – 1 of 1) 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: