Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dandroid_build_client.py77 with io.FileIO(local_dest, mode="wb") as fh:
79 fh, api, chunksize=self.DEFAULT_CHUNK_SIZE)
Dgstorage_client.py94 with io.FileIO(local_src, mode="rb") as fh:
95 media = apiclient.http.MediaIoBaseUpload(fh, mime_type)
/tools/repohooks/rh/
Dterminal.py109 def is_tty(fh): argument
119 return os.isatty(fh.fileno())