Home
last modified time | relevance | path

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

/tools/acloud/
Dsetup.py33 with open("README.md", "r") as fh:
34 LONG_DESCRIPTION = fh.read()
/tools/repohooks/rh/
Dterminal.py106 def is_tty(fh): argument
116 return os.isatty(fh.fileno())
/tools/treble/fetcher/
Dfetcher_lib.py164 with io.FileIO(dest, mode='wb') as fh:
166 fh, dl_req, chunksize=_DEFAULT_CHUNK_SIZE)
/tools/acloud/internal/lib/
Dandroid_build_client.py103 with io.FileIO(local_dest, mode="wb") as fh:
105 fh, api, chunksize=self.DEFAULT_CHUNK_SIZE)
/tools/test/connectivity/acts/framework/tests/libs/logging/
Dlog_stream_test.py247 fh = _LogStream._LogStream__create_rotating_file_handler('')
249 self.assertEqual(expected, fh,