Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/tests/controllers/
Diperf_server_test.py100 full_file_path = server._get_full_file_path()
127 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
138 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
150 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
164 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
181 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
194 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
215 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
227 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
239 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
[all …]
Diperf_client_test.py68 full_file_path = IPerfClientBase._get_full_file_path(0)
89 client._get_full_file_path = lambda _: file_path
109 client._get_full_file_path = lambda _: file_path
127 client._get_full_file_path = lambda _: file_path
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py102 def _get_full_file_path(tag=''): member in IPerfClientBase
166 full_out_path = self._get_full_file_path(tag)
215 full_out_path = self._get_full_file_path(tag)
329 full_out_path = self._get_full_file_path(tag)
Diperf_server.py298 def _get_full_file_path(self, tag=None): member in IPerfServerBase
372 self._current_log_file = self._get_full_file_path(tag)
551 log_file = self._get_full_file_path(self._current_tag)
706 log_file = self._get_full_file_path(self._current_tag)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dota_sniffer.py97 def _get_full_file_path(self, tag=None): member in OtaSnifferBase
149 log_file = self._get_full_file_path()
438 log_file = self._get_full_file_path(tag)